8 instantiations of HelpInfo
System.Windows.Forms (8)
System\Windows\Forms\Dialogs\MessageBox.cs (8)
152HelpInfo hpi = new(helpFilePath); 169HelpInfo hpi = new(helpFilePath); 186HelpInfo hpi = new(helpFilePath, keyword); 204HelpInfo hpi = new(helpFilePath, keyword); 221HelpInfo hpi = new(helpFilePath, navigator); 239HelpInfo hpi = new(helpFilePath, navigator); 257HelpInfo hpi = new(helpFilePath, navigator, param); 277HelpInfo hpi = new(helpFilePath, navigator, param);
23 references to HelpInfo
System.Windows.Forms (23)
System\Windows\Forms\Control.cs (6)
157internal static HelpInfo? t_currentHelpInfo; 11256HelpInfo? hpi = MessageBox.HelpInfo; 11261case HelpInfo.HelpFileOption: 11264case HelpInfo.HelpKeywordOption: 11267case HelpInfo.HelpNavigatorOption: 11270case HelpInfo.HelpObjectOption:
System\Windows\Forms\Dialogs\MessageBox.cs (17)
15private static HelpInfo[]? t_helpInfoTable; 22internal static HelpInfo? HelpInfo 92HelpInfo[] newTable = new HelpInfo[newCount]; 99private static void PushHelpInfo(HelpInfo hpi) 107HelpInfo[] newTable; 111newTable = new HelpInfo[lastCount + 1]; 117newTable = new HelpInfo[lastCount + 1]; 152HelpInfo hpi = new(helpFilePath); 169HelpInfo hpi = new(helpFilePath); 186HelpInfo hpi = new(helpFilePath, keyword); 204HelpInfo hpi = new(helpFilePath, keyword); 221HelpInfo hpi = new(helpFilePath, navigator); 239HelpInfo hpi = new(helpFilePath, navigator); 257HelpInfo hpi = new(helpFilePath, navigator, param); 277HelpInfo hpi = new(helpFilePath, navigator, param); 423HelpInfo hpi)