4 references to GetService
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;