4 references to TryGetService
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (4)
4868
if (
TryGetService
(out IUIService? uiService))
4933
if (
TryGetService
(out IUIService? uiService))
5006
if (
TryGetService
(out IUIService? uiService))
5185
if (TotalProperties > 0 &&
TryGetService
(out IMenuCommandService? menuCommandService))