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