1 write to toolStripPanelWeakArrayList
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
612toolStripPanelWeakArrayList = new ClientUtils.WeakRefCollection();
5 references to toolStripPanelWeakArrayList
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStripManager.cs (5)
611if (toolStripPanelWeakArrayList == null) { 614return toolStripPanelWeakArrayList; 621if (toolStripPanelWeakArrayList != null) { 627for (int i = 0; i < toolStripPanelWeakArrayList.Count; i++) { 628ToolStripPanel toolStripPanel = toolStripPanelWeakArrayList[i] as ToolStripPanel;