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)) 1957if (TryGetService(out IEventBindingService? evs)) 2190if (site is null || SelectionService is null || !TryGetService(out IDesignerHost? host)) 2236if (site is null || !TryGetService(out IDesignerHost? host)) 2456if (TryGetService(out IMenuCommandService? menuSvc)) 2988&& TryGetService(out IDesignerHost? host) 2990&& TryGetService(out ISelectionService? selSvc)) 3042if (TryGetService(out IDesignerHost? host)) 3044if (TryGetService(out ISelectionService? selSvc)) 3074if (TryGetService(out IDesignerHost? host) 3103if (TryGetService(out IToolboxService? ts))