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