10 references to Help
System.Windows.Forms (9)
System\Windows\Forms\Application.ThreadContext.cs (1)
638Help.ShowHelp(null, warning.HelpUrl, warning.HelpTopic);
System\Windows\Forms\Control.cs (4)
11231Help.ShowHelp(this, hpi.HelpFilePath); 11234Help.ShowHelp(this, hpi.HelpFilePath, hpi.Keyword); 11237Help.ShowHelp(this, hpi.HelpFilePath, hpi.Navigator); 11240Help.ShowHelp(this, hpi.HelpFilePath, hpi.Navigator, hpi.Param);
System\Windows\Forms\Help\HelpProvider.cs (4)
125Help.ShowPopup(ctl, helpString, hevent.MousePos); 135Help.ShowHelp(ctl, HelpNamespace, navigator, keyword); 139Help.ShowHelp(ctl, HelpNamespace, navigator); 149Help.ShowPopup(ctl, helpString, hevent.MousePos);
System.Windows.Forms.Tests (1)
System\Windows\Forms\Help\HelpTests.cs (1)
13Help.ShowPopup(null, "Popup", Point.Empty);