3 writes to _helpService
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (3)
552
_helpService
= null;
1005
_helpService
= null;
5107
_helpService
= _topHelpService.CreateLocalContext(HelpContextType.ToolWindowSelection);
6 references to _helpService
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (6)
547
if (
_helpService
is IDisposable disposable)
1000
if (
_helpService
is not null and IDisposable disposable)
5105
if (
_helpService
is null && ServiceProvider.TryGetService(out _topHelpService!))
5110
if (
_helpService
is null || oldEntry == newEntry)
5122
_helpService
.RemoveContextAttribute("Keyword", temp.HelpKeyword);
5133
UpdateHelpAttributes(
_helpService
, temp, true);