3 writes to _helpService
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (3)
551_helpService = null; 1004_helpService = null; 5118_helpService = _topHelpService.CreateLocalContext(HelpContextType.ToolWindowSelection);
6 references to _helpService
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (6)
546if (_helpService is IDisposable disposable) 999if (_helpService is not null and IDisposable disposable) 5116if (_helpService is null && ServiceProvider.TryGetService(out _topHelpService!)) 5121if (_helpService is null || oldEntry == newEntry) 5133_helpService.RemoveContextAttribute("Keyword", temp.HelpKeyword); 5144UpdateHelpAttributes(_helpService, temp, true);