6 references to TryGetService
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
975if (!GetFlag(Flags.GotDesignerEventService) && TryGetService(out _designerEventService)) 1997if (TryGetService(out IUIService? uiService))
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (4)
4906if (TryGetService(out IUIService? uiService)) 4971if (TryGetService(out IUIService? uiService)) 5044if (TryGetService(out IUIService? uiService)) 5223if (TotalProperties > 0 && TryGetService(out IMenuCommandService? menuCommandService))