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