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