3 writes to topHelpService
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
704topHelpService = null; 1146topHelpService = null; 2023topHelpService = (IHelpService)ServiceProvider.GetService(typeof(IHelpService));
2 references to topHelpService
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
2024if (topHelpService != null) { 2025IHelpService localHelpService = topHelpService.CreateLocalContext(HelpContextType.ToolWindowSelection);