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