10 references to Help
System.Windows.Forms (9)
System\Windows\Forms\Application.ThreadContext.cs (1)
639Help.ShowHelp(null, warning.HelpUrl, warning.HelpTopic);
System\Windows\Forms\Control.cs (4)
11362Help.ShowHelp(this, hpi.HelpFilePath); 11365Help.ShowHelp(this, hpi.HelpFilePath, hpi.Keyword); 11368Help.ShowHelp(this, hpi.HelpFilePath, hpi.Navigator); 11371Help.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);