4 references to TryGetService
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (4)
4874
if (
TryGetService
(out IUIService? uiService))
4939
if (
TryGetService
(out IUIService? uiService))
5012
if (
TryGetService
(out IUIService? uiService))
5191
if (TotalProperties > 0 &&
TryGetService
(out IMenuCommandService? menuCommandService))