3 writes to helpInfoTable
System.Windows.Forms (3)
winforms\Managed\System\WinForms\MessageBox.cs (3)
105
helpInfoTable
= null;
111
helpInfoTable
= newTable;
137
helpInfoTable
= newTable;
11 references to helpInfoTable
System.Windows.Forms (11)
winforms\Managed\System\WinForms\MessageBox.cs (11)
83
if (
helpInfoTable
!= null &&
helpInfoTable
.Length > 0) {
85
return
helpInfoTable
[
helpInfoTable
.Length - 1];
99
if (
helpInfoTable
== null) {
104
if (
helpInfoTable
.Length == 1) {
108
int newCount =
helpInfoTable
.Length -1;
110
Array.Copy(
helpInfoTable
, newTable, newCount);
127
if (
helpInfoTable
== null) {
132
lastCount =
helpInfoTable
.Length;
134
Array.Copy(
helpInfoTable
, newTable, lastCount);