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