4 references to TryGetService
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\OleDragDropHandler.cs (4)
98if (!TryGetService(out IDesignerSerializationService? ds)) 227if (TryGetService(out IUIService? uiService)) 256if (TryGetService(out ISelectionService? selSvc) && comps.Length > 0) 522if (TryGetService(out IDesignerHost? host))