13 references to GetService
System.Windows.Forms.Design (13)
System\Windows\Forms\Design\CommandSet.cs (2)
575
return
GetService
(typeof(T)) as T;
583
service =
GetService
(typeof(T)) as T;
System\Windows\Forms\Design\ControlCommandSet.cs (11)
278
IDesignerHost host = (IDesignerHost)
GetService
(typeof(IDesignerHost));
519
IDesignerHost host = (IDesignerHost)
GetService
(typeof(IDesignerHost));
847
IDesignerHost host = (IDesignerHost)
GetService
(typeof(IDesignerHost));
936
IDesignerHost host = (IDesignerHost)
GetService
(typeof(IDesignerHost));
948
_tabOrder = new TabOrder((IDesignerHost)
GetService
(typeof(IDesignerHost)));
977
IComponentChangeService ccs = (IComponentChangeService)
GetService
(typeof(IComponentChangeService));
978
IDesignerHost designerHost = (IDesignerHost)
GetService
(typeof(IDesignerHost));
1287
IDesignerHost host = (IDesignerHost)
GetService
(typeof(IDesignerHost));
1362
IDesignerHost host = (IDesignerHost)
GetService
(typeof(IDesignerHost));
1430
IDesignerHost host = (IDesignerHost)
GetService
(typeof(IDesignerHost));
1466
ComponentTray tray = (ComponentTray)
GetService
(typeof(ComponentTray));