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