8 references to GetService
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\OleDragDropHandler.cs (8)
143
IToolboxService? toolboxSvc =
GetService
<IToolboxService>();
144
IDesignerHost? host =
GetService
<IDesignerHost>();
171
IUIService? uiService =
GetService
<IUIService>();
206
IUIService? uiService =
GetService
<IUIService>();
553
ISelectionUIService? selectionUISvc =
GetService
<ISelectionUIService>();
667
IDesignerHost host =
GetService
<IDesignerHost>()!;
821
ISelectionService selService =
GetService
<ISelectionService>()!;
835
ISelectionUIService? selectionUISvc =
GetService
<ISelectionUIService>();