6 references to TryGetService
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
973if (!GetFlag(Flags.GotDesignerEventService) && TryGetService(out _designerEventService)) 1995if (TryGetService(out IUIService? uiService))
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (4)
4883if (TryGetService(out IUIService? uiService)) 4948if (TryGetService(out IUIService? uiService)) 5021if (TryGetService(out IUIService? uiService)) 5200if (TotalProperties > 0 && TryGetService(out IMenuCommandService? menuCommandService))