4 writes to HelpFilePath
System.Windows.Forms (4)
System\Windows\Forms\Help\HelpInfo.cs (4)
15
HelpFilePath
= helpfilepath;
24
HelpFilePath
= helpfilepath;
33
HelpFilePath
= helpfilepath;
42
HelpFilePath
= helpfilepath;
5 references to HelpFilePath
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (4)
11236
Help.ShowHelp(this, hpi.
HelpFilePath
);
11239
Help.ShowHelp(this, hpi.
HelpFilePath
, hpi.Keyword);
11242
Help.ShowHelp(this, hpi.
HelpFilePath
, hpi.Navigator);
11245
Help.ShowHelp(this, hpi.
HelpFilePath
, hpi.Navigator, hpi.Param);
System\Windows\Forms\Help\HelpInfo.cs (1)
61
return $"{{HelpFilePath={
HelpFilePath
}, keyword ={Keyword}, navigator={Navigator}}}";