3 writes to t_helpInfoTable
System.Windows.Forms (3)
System\Windows\Forms\Dialogs\MessageBox.cs (3)
87
t_helpInfoTable
= null;
94
t_helpInfoTable
= newTable;
122
t_helpInfoTable
= newTable;
10 references to t_helpInfoTable
System.Windows.Forms (10)
System\Windows\Forms\Dialogs\MessageBox.cs (10)
29
if (
t_helpInfoTable
is not null &&
t_helpInfoTable
.Length > 0)
32
return
t_helpInfoTable
[^1];
79
if (
t_helpInfoTable
is null)
85
if (
t_helpInfoTable
.Length == 1)
91
int newCount =
t_helpInfoTable
.Length - 1;
93
Array.Copy(
t_helpInfoTable
, newTable, newCount);
109
if (
t_helpInfoTable
is null)
116
lastCount =
t_helpInfoTable
.Length;
118
Array.Copy(
t_helpInfoTable
, newTable, lastCount);