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))
1956
if (
TryGetService
(out IEventBindingService? evs))
2189
if (site is null || SelectionService is null || !
TryGetService
(out IDesignerHost? host))
2235
if (site is null || !
TryGetService
(out IDesignerHost? host))
2455
if (
TryGetService
(out IMenuCommandService? menuSvc))
2987
&&
TryGetService
(out IDesignerHost? host)
2989
&&
TryGetService
(out ISelectionService? selSvc))
3041
if (
TryGetService
(out IDesignerHost? host))
3043
if (
TryGetService
(out ISelectionService? selSvc))
3073
if (
TryGetService
(out IDesignerHost? host)
3102
if (
TryGetService
(out IToolboxService? ts))