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;