9 references to Help
System.Windows.Forms (9)
System\Windows\Forms\Application.ThreadContext.cs (1)
626Help.ShowHelp(null, warning.HelpUrl, warning.HelpTopic);
System\Windows\Forms\Control.cs (4)
12101Help.ShowHelp(this, hpi.HelpFilePath); 12104Help.ShowHelp(this, hpi.HelpFilePath, hpi.Keyword); 12107Help.ShowHelp(this, hpi.HelpFilePath, hpi.Navigator); 12110Help.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);