21 references to TryGetService
System.Windows.Forms.Design (21)
System\Windows\Forms\Design\CommandSet.cs (21)
288
if (
TryGetService
(out IComponentChangeService? changeService))
450
if (
TryGetService
(out IDesignerHost? host))
628
if (
TryGetService
(out IComponentChangeService? changeSvc))
679
if (
TryGetService
(out IToolboxService? tbx) && tbx.GetSelectedToolboxItem(GetService<IDesignerHost>()) is not null)
711
if (
TryGetService
(out IDesignerHost? host))
728
if (SelectionService?.PrimarySelection is IComponent comp &&
TryGetService
(out IDesignerHost? host) &&
1460
if (
TryGetService
(out IDesignerHost? host))
1577
if (site is null || SelectionService is null || !
TryGetService
(out IDesignerHost? host))
1835
if (!
TryGetService
(out IDesignerHost? host))
1860
if (
TryGetService
(out IDesignerSerializationService? ds))
1874
else if (
TryGetService
(out IToolboxService? ts) && ts.IsSupported(dataObj, host))
1957
if (
TryGetService
(out IEventBindingService? evs))
2190
if (site is null || SelectionService is null || !
TryGetService
(out IDesignerHost? host))
2236
if (site is null || !
TryGetService
(out IDesignerHost? host))
2456
if (
TryGetService
(out IMenuCommandService? menuSvc))
2988
&&
TryGetService
(out IDesignerHost? host)
2990
&&
TryGetService
(out ISelectionService? selSvc))
3042
if (
TryGetService
(out IDesignerHost? host))
3044
if (
TryGetService
(out ISelectionService? selSvc))
3074
if (
TryGetService
(out IDesignerHost? host)
3103
if (
TryGetService
(out IToolboxService? ts))