3 writes to _helpService
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (3)
528
_helpService
= null;
981
_helpService
= null;
5078
_helpService
= _topHelpService.CreateLocalContext(HelpContextType.ToolWindowSelection);
6 references to _helpService
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (6)
523
if (
_helpService
is IDisposable disposable)
976
if (
_helpService
is not null and IDisposable disposable)
5076
if (
_helpService
is null && ServiceProvider.TryGetService(out _topHelpService!))
5081
if (
_helpService
is null || oldEntry == newEntry)
5093
_helpService
.RemoveContextAttribute("Keyword", temp.HelpKeyword);
5104
UpdateHelpAttributes(
_helpService
, temp, true);