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