File tree 6 files changed +0
-469
lines changed
src/Microsoft.DotNet.Wpf/src
System/Windows/Input/Command 6 files changed +0
-469
lines changed Original file line number Diff line number Diff line change 611
611
<Compile Include =" System\Windows\Input\Command\InputBindingCollection.cs" />
612
612
<Compile Include =" System\Windows\Input\Command\InputGesture.cs" />
613
613
<Compile Include =" System\Windows\Input\Command\InputGestureCollection.cs" />
614
- <Compile Include =" System\Windows\Input\Command\ISecureCommand.cs" />
615
614
<Compile Include =" System\Windows\Input\Command\KeyBinding.cs" />
616
615
<Compile Include =" System\Windows\Input\Command\KeyGesture.cs" />
617
616
<Compile Include =" System\Windows\Input\Command\KeyGestureConverter.cs" />
627
626
<Compile Include =" System\Windows\Input\Command\NavigationCommands.cs" />
628
627
<Compile Include =" System\Windows\Input\Command\RoutedCommand.cs" />
629
628
<Compile Include =" System\Windows\Input\Command\RoutedUICommand.cs" />
630
- <Compile Include =" System\Windows\Input\Command\SecureUICommand.cs" />
631
629
<Compile Include =" System\Windows\Input\Stylus\Common\DynamicRenderer.cs" />
632
630
<Compile Include =" System\Windows\Input\Stylus\Common\DynamicRendererThreadManager.cs" />
633
631
<Compile Include =" System\Windows\Input\Stylus\Common\MultiTouchSystemGestureLogic.cs" />
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -61,64 +61,4 @@ internal enum MimeType
61
61
Application = 2 ,
62
62
Markup = 3
63
63
}
64
-
65
- //********************************************************************************************//
66
- // IMPORTANT: IMPORTANT: IMPORTANT: IMPORTANT: //
67
- //********************************************************************************************//
68
- //Start with 8001 , the enum defined on the managed world starts with 8001 as well
69
- //KEEP THESE IN SYNC
70
- //The ApplicationCommands enums in wcp\host\inc\hostservices.idl and IBrowserHostServices.cs
71
- //and the menuIDs wcp\host\docobj\resource.hxx and resources.rc
72
- //
73
- internal enum AppCommands
74
- {
75
- Edit_Cut = 8001 ,
76
- Edit_Copy ,
77
- Edit_Paste ,
78
- Edit_SelectAll ,
79
- Edit_Find ,
80
-
81
- Edit_Digitalsignatures ,
82
- Edit_Digitalsignatures_SignDocument ,
83
- Edit_Digitalsignatures_RequestSignature ,
84
- Edit_Digitalsignatures_ViewSignature ,
85
-
86
- Edit_Permission ,
87
- Edit_Permission_Set ,
88
- Edit_Permission_View ,
89
- Edit_Permission_Restrict ,
90
-
91
- View_StatusBar ,
92
- View_Stop ,
93
- View_Refresh ,
94
- View_FullScreen ,
95
-
96
- View_Zoom ,
97
- View_Zoom_In ,
98
- View_Zoom_Out ,
99
- View_Zoom_400 ,
100
- View_Zoom_250 ,
101
- View_Zoom_150 ,
102
- View_Zoom_100 ,
103
- View_Zoom_75 ,
104
- View_Zoom_50 ,
105
- View_Zoom_25 ,
106
- View_Zoom_PageWidth ,
107
- View_Zoom_WholePage ,
108
- View_Zoom_TwoPages ,
109
- View_Zoom_Thumbnails ,
110
- }
111
-
112
- internal enum AppMenus
113
- {
114
- EditMenu = 0x3020 ,
115
- ViewMenu = 0x3040
116
- }
117
-
118
- //***Keep in sync with host\Inc\HostServices.idl.
119
- internal enum EditingCommandIds : uint
120
- {
121
- Backspace = 1 ,
122
- Delete = 2
123
- } ;
124
64
}
You can’t perform that action at this time.
0 commit comments