2 writes to _toolStripItemCustomMenuItemCollection
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripItemDesigner.cs (2)
93
_toolStripItemCustomMenuItemCollection
??= new ToolStripItemCustomMenuItemCollection(Component.Site, ToolStripItem);
498
_toolStripItemCustomMenuItemCollection
= null;
6 references to _toolStripItemCustomMenuItemCollection
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\ToolStripItemDesigner.cs (6)
95
foreach (ToolStripItem item in
_toolStripItemCustomMenuItemCollection
)
102
_toolStripItemCustomMenuItemCollection
?.RefreshItems();
488
if (
_toolStripItemCustomMenuItemCollection
is not null &&
_toolStripItemCustomMenuItemCollection
.Count > 0)
490
foreach (ToolStripItem item in
_toolStripItemCustomMenuItemCollection
)
495
_toolStripItemCustomMenuItemCollection
.Clear();