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