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