21 references to TryGetService
System.Windows.Forms.Design (21)
System\Windows\Forms\Design\CommandSet.cs (21)
288if (TryGetService(out IComponentChangeService? changeService)) 450if (TryGetService(out IDesignerHost? host)) 628if (TryGetService(out IComponentChangeService? changeSvc)) 679if (TryGetService(out IToolboxService? tbx) && tbx.GetSelectedToolboxItem(GetService<IDesignerHost>()) is not null) 711if (TryGetService(out IDesignerHost? host)) 728if (SelectionService?.PrimarySelection is IComponent comp && TryGetService(out IDesignerHost? host) && 1460if (TryGetService(out IDesignerHost? host)) 1577if (site is null || SelectionService is null || !TryGetService(out IDesignerHost? host)) 1835if (!TryGetService(out IDesignerHost? host)) 1860if (TryGetService(out IDesignerSerializationService? ds)) 1874else if (TryGetService(out IToolboxService? ts) && ts.IsSupported(dataObj, host)) 1956if (TryGetService(out IEventBindingService? evs)) 2189if (site is null || SelectionService is null || !TryGetService(out IDesignerHost? host)) 2235if (site is null || !TryGetService(out IDesignerHost? host)) 2455if (TryGetService(out IMenuCommandService? menuSvc)) 2987&& TryGetService(out IDesignerHost? host) 2989&& TryGetService(out ISelectionService? selSvc)) 3041if (TryGetService(out IDesignerHost? host)) 3043if (TryGetService(out ISelectionService? selSvc)) 3073if (TryGetService(out IDesignerHost? host) 3102if (TryGetService(out IToolboxService? ts))