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));
522
IDesignerHost host = (IDesignerHost)
GetService
(typeof(IDesignerHost));
850
IDesignerHost host = (IDesignerHost)
GetService
(typeof(IDesignerHost));
942
IDesignerHost host = (IDesignerHost)
GetService
(typeof(IDesignerHost));
954
_tabOrder = new TabOrder((IDesignerHost)
GetService
(typeof(IDesignerHost)));
983
IComponentChangeService ccs = (IComponentChangeService)
GetService
(typeof(IComponentChangeService));
984
IDesignerHost designerHost = (IDesignerHost)
GetService
(typeof(IDesignerHost));
1293
IDesignerHost host = (IDesignerHost)
GetService
(typeof(IDesignerHost));
1368
IDesignerHost host = (IDesignerHost)
GetService
(typeof(IDesignerHost));
1436
IDesignerHost host = (IDesignerHost)
GetService
(typeof(IDesignerHost));
1472
ComponentTray tray = (ComponentTray)
GetService
(typeof(ComponentTray));