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)
4907if (TryGetService(out IUIService? uiService)) 4972if (TryGetService(out IUIService? uiService)) 5045if (TryGetService(out IUIService? uiService)) 5224if (TotalProperties > 0 && TryGetService(out IMenuCommandService? menuCommandService))