21 references to TryGetService
System.Windows.Forms.Design (21)
System\Windows\Forms\Design\CommandSet.cs (21)
291
if (
TryGetService
(out IComponentChangeService? changeService))
456
if (
TryGetService
(out IDesignerHost? host))
634
if (
TryGetService
(out IComponentChangeService? changeSvc))
685
if (
TryGetService
(out IToolboxService? tbx) && tbx.GetSelectedToolboxItem(GetService<IDesignerHost>()) is not null)
717
if (
TryGetService
(out IDesignerHost? host))
734
if (SelectionService?.PrimarySelection is IComponent comp &&
TryGetService
(out IDesignerHost? host) &&
1466
if (
TryGetService
(out IDesignerHost? host))
1583
if (site is null || SelectionService is null || !
TryGetService
(out IDesignerHost? host))
1841
if (!
TryGetService
(out IDesignerHost? host))
1866
if (
TryGetService
(out IDesignerSerializationService? ds))
1880
else if (
TryGetService
(out IToolboxService? ts) && ts.IsSupported(dataObj, host))
1962
if (
TryGetService
(out IEventBindingService? evs))
2195
if (site is null || SelectionService is null || !
TryGetService
(out IDesignerHost? host))
2241
if (site is null || !
TryGetService
(out IDesignerHost? host))
2461
if (
TryGetService
(out IMenuCommandService? menuSvc))
2993
&&
TryGetService
(out IDesignerHost? host)
2995
&&
TryGetService
(out ISelectionService? selSvc))
3047
if (
TryGetService
(out IDesignerHost? host))
3049
if (
TryGetService
(out ISelectionService? selSvc))
3079
if (
TryGetService
(out IDesignerHost? host)
3108
if (
TryGetService
(out IToolboxService? ts))