Skip to content

Commit 2370846

Browse files
committed
Remove obsolete enums from IBrowserHostServices
1 parent e27dc85 commit 2370846

File tree

1 file changed

+0
-62
lines changed

1 file changed

+0
-62
lines changed

src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/AppModel/IBrowserHostServices.cs

Lines changed: 0 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
//
2929

3030
using System;
31-
using System.Runtime.InteropServices;
32-
using System.Security;
3331

3432
namespace MS.Internal.AppModel
3533
{
@@ -65,64 +63,4 @@ internal enum MimeType
6563
Application = 2,
6664
Markup = 3
6765
}
68-
69-
//********************************************************************************************//
70-
// IMPORTANT: IMPORTANT: IMPORTANT: IMPORTANT: //
71-
//********************************************************************************************//
72-
//Start with 8001 , the enum defined on the managed world starts with 8001 as well
73-
//KEEP THESE IN SYNC
74-
//The ApplicationCommands enums in wcp\host\inc\hostservices.idl and IBrowserHostServices.cs
75-
//and the menuIDs wcp\host\docobj\resource.hxx and resources.rc
76-
//
77-
internal enum AppCommands
78-
{
79-
Edit_Cut = 8001,
80-
Edit_Copy,
81-
Edit_Paste,
82-
Edit_SelectAll,
83-
Edit_Find,
84-
85-
Edit_Digitalsignatures,
86-
Edit_Digitalsignatures_SignDocument,
87-
Edit_Digitalsignatures_RequestSignature,
88-
Edit_Digitalsignatures_ViewSignature,
89-
90-
Edit_Permission,
91-
Edit_Permission_Set,
92-
Edit_Permission_View,
93-
Edit_Permission_Restrict,
94-
95-
View_StatusBar,
96-
View_Stop,
97-
View_Refresh,
98-
View_FullScreen,
99-
100-
View_Zoom,
101-
View_Zoom_In,
102-
View_Zoom_Out,
103-
View_Zoom_400,
104-
View_Zoom_250,
105-
View_Zoom_150,
106-
View_Zoom_100,
107-
View_Zoom_75,
108-
View_Zoom_50,
109-
View_Zoom_25,
110-
View_Zoom_PageWidth,
111-
View_Zoom_WholePage,
112-
View_Zoom_TwoPages,
113-
View_Zoom_Thumbnails,
114-
}
115-
116-
internal enum AppMenus
117-
{
118-
EditMenu = 0x3020,
119-
ViewMenu = 0x3040
120-
}
121-
122-
//***Keep in sync with host\Inc\HostServices.idl.
123-
internal enum EditingCommandIds : uint
124-
{
125-
Backspace = 1,
126-
Delete = 2
127-
};
12866
}

0 commit comments

Comments
 (0)