7 references to ShowHelp
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Control.cs (1)
13144
case NativeMethods.HLP_OBJECT : Help.
ShowHelp
(this, hpi.HelpFilePath, hpi.Navigator, hpi.Param);
winforms\Managed\System\WinForms\Help.cs (5)
85
ShowHelp
(parent, url, HelpNavigator.TableOfContents, null);
97
ShowHelp
(parent, url, navigator, null);
110
ShowHelp
(parent, url, HelpNavigator.Topic, keyword);
113
ShowHelp
(parent, url, HelpNavigator.TableOfContents, null);
148
ShowHelp
(parent, url, HelpNavigator.Index, null);
winforms\Managed\System\WinForms\HelpProvider.cs (1)
211
Help.
ShowHelp
(ctl, helpNamespace, navigator, keyword);