6 references to GetService
DesignSurface (1)
CustomControls\CustomButtonDesignerActionList.cs (1)
20
_host =
GetService
(typeof(IDesignerHost)) as IDesignerHost;
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ControlDesigner.DockingActionList.cs (1)
18
_host =
GetService
(typeof(IDesignerHost)) as IDesignerHost;
System\Windows\Forms\Design\MaskedTextBoxDesignerActionList.cs (3)
29
_discoverySvc =
GetService
(typeof(ITypeDiscoveryService)) as ITypeDiscoveryService;
30
_uiSvc =
GetService
(typeof(IUIService)) as IUIService;
31
_helpService =
GetService
(typeof(IHelpService)) as IHelpService;
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\DesignerActionListTests.cs (1)
62
Assert.Equal(expected, list.
GetService
(typeof(int)));