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