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