1 implementation of IWindowsFormsEditorService
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
38IWindowsFormsEditorService,
31 references to IWindowsFormsEditorService
System.Messaging (3)
System\Messaging\Design\QueuePathEditor.cs (3)
39IWindowsFormsEditorService edSvc = (IWindowsFormsEditorService)provider.GetService(typeof(IWindowsFormsEditorService));
System.Web.Mobile (6)
UI\MobileControls\Design\AppliedDeviceFiltersEditor.cs (3)
90IWindowsFormsEditorService edSvc = 91(IWindowsFormsEditorService) provider.GetService(typeof(IWindowsFormsEditorService));
UI\MobileControls\Design\PropertyOverridesTypeEditor.cs (3)
92IWindowsFormsEditorService edSvc = 93(IWindowsFormsEditorService) provider.GetService(typeof(IWindowsFormsEditorService));
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
1599if (classService == typeof(IWindowsFormsEditorService)) {
System.Workflow.Activities (18)
Designers\InvokeWebServiceDesigner.cs (3)
216private IWindowsFormsEditorService editorService; 224this.editorService = (IWindowsFormsEditorService)serviceProvider.GetService(typeof(IWindowsFormsEditorService));
Designers\SetStateDesigner.cs (3)
225private IWindowsFormsEditorService _editorService; 245_editorService = (IWindowsFormsEditorService)serviceProvider.GetService(typeof(IWindowsFormsEditorService));
Rules\Design\LogicalExpressionEditor.cs (12)
19private IWindowsFormsEditorService editorService; 57this.editorService = (IWindowsFormsEditorService)serviceProvider.GetService(typeof(IWindowsFormsEditorService)); 86private IWindowsFormsEditorService editorService; 101this.editorService = (IWindowsFormsEditorService)serviceProvider.GetService(typeof(IWindowsFormsEditorService)); 130private IWindowsFormsEditorService editorService; 145this.editorService = (IWindowsFormsEditorService)serviceProvider.GetService(typeof(IWindowsFormsEditorService)); 180private IWindowsFormsEditorService editorService; 223this.editorService = (IWindowsFormsEditorService)serviceProvider.GetService(typeof(IWindowsFormsEditorService));
System.Workflow.ComponentModel (3)
AuthoringOM\Design\UITypeEditors.cs (3)
26private IWindowsFormsEditorService editorService; 40this.editorService = (IWindowsFormsEditorService)serviceProvider.GetService(typeof(IWindowsFormsEditorService));