4 references to HelpFilePath
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (4)
13138
case NativeMethods.HLP_FILE : Help.ShowHelp (this, hpi.
HelpFilePath
);
13140
case NativeMethods.HLP_KEYWORD : Help.ShowHelp (this, hpi.
HelpFilePath
, hpi.Keyword);
13142
case NativeMethods.HLP_NAVIGATOR : Help.ShowHelp (this, hpi.
HelpFilePath
, hpi.Navigator);
13144
case NativeMethods.HLP_OBJECT : Help.ShowHelp (this, hpi.
HelpFilePath
, hpi.Navigator, hpi.Param);