4 references to TryGetService
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (4)
4879
if (
TryGetService
(out IUIService? uiService))
4946
if (
TryGetService
(out IUIService? uiService))
5021
if (
TryGetService
(out IUIService? uiService))
5200
if (TotalProperties > 0 &&
TryGetService
(out IMenuCommandService? menuCommandService))