8 instantiations of HelpInfo
System.Windows.Forms (8)
System\Windows\Forms\Dialogs\MessageBox.cs (8)
153HelpInfo hpi = new(helpFilePath); 170HelpInfo hpi = new(helpFilePath); 187HelpInfo hpi = new(helpFilePath, keyword); 205HelpInfo hpi = new(helpFilePath, keyword); 222HelpInfo hpi = new(helpFilePath, navigator); 240HelpInfo hpi = new(helpFilePath, navigator); 258HelpInfo hpi = new(helpFilePath, navigator, param); 278HelpInfo hpi = new(helpFilePath, navigator, param);
23 references to HelpInfo
System.Windows.Forms (23)
System\Windows\Forms\Control.cs (6)
158internal static HelpInfo? t_currentHelpInfo; 11230HelpInfo? hpi = MessageBox.HelpInfo; 11235case HelpInfo.HelpFileOption: 11238case HelpInfo.HelpKeywordOption: 11241case HelpInfo.HelpNavigatorOption: 11244case HelpInfo.HelpObjectOption:
System\Windows\Forms\Dialogs\MessageBox.cs (17)
16private static HelpInfo[]? t_helpInfoTable; 23internal static HelpInfo? HelpInfo 93HelpInfo[] newTable = new HelpInfo[newCount]; 100private static void PushHelpInfo(HelpInfo hpi) 108HelpInfo[] newTable; 112newTable = new HelpInfo[lastCount + 1]; 118newTable = new HelpInfo[lastCount + 1]; 153HelpInfo hpi = new(helpFilePath); 170HelpInfo hpi = new(helpFilePath); 187HelpInfo hpi = new(helpFilePath, keyword); 205HelpInfo hpi = new(helpFilePath, keyword); 222HelpInfo hpi = new(helpFilePath, navigator); 240HelpInfo hpi = new(helpFilePath, navigator); 258HelpInfo hpi = new(helpFilePath, navigator, param); 278HelpInfo hpi = new(helpFilePath, navigator, param); 424HelpInfo hpi)