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