7 references to ShowHelp
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (1)
11371Help.ShowHelp(this, hpi.HelpFilePath, hpi.Navigator, hpi.Param);
System\Windows\Forms\Help\Help.cs (5)
24ShowHelp(parent, url, HelpNavigator.TableOfContents, null); 32ShowHelp(parent, url, navigator, null); 42ShowHelp(parent, url, HelpNavigator.Topic, keyword); 46ShowHelp(parent, url, HelpNavigator.TableOfContents, null); 71ShowHelp(parent, url, HelpNavigator.Index, null);
System\Windows\Forms\Help\HelpProvider.cs (1)
135Help.ShowHelp(ctl, HelpNamespace, navigator, keyword);