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