3 writes to t_helpInfoTable
System.Windows.Forms (3)
System\Windows\Forms\Dialogs\MessageBox.cs (3)
88
t_helpInfoTable
= null;
95
t_helpInfoTable
= newTable;
123
t_helpInfoTable
= newTable;
10 references to t_helpInfoTable
System.Windows.Forms (10)
System\Windows\Forms\Dialogs\MessageBox.cs (10)
30
if (
t_helpInfoTable
is not null &&
t_helpInfoTable
.Length > 0)
33
return
t_helpInfoTable
[^1];
80
if (
t_helpInfoTable
is null)
86
if (
t_helpInfoTable
.Length == 1)
92
int newCount =
t_helpInfoTable
.Length - 1;
94
Array.Copy(
t_helpInfoTable
, newTable, newCount);
110
if (
t_helpInfoTable
is null)
117
lastCount =
t_helpInfoTable
.Length;
119
Array.Copy(
t_helpInfoTable
, newTable, lastCount);