6 references to GetService
DesignSurface (1)
CustomControls\CustomButtonDesignerActionList.cs (1)
17_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)
62Assert.Equal(expected, list.GetService(typeof(int)));