2 writes to _toolStripItemCustomMenuItemCollection
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripItemDesigner.cs (2)
93
_toolStripItemCustomMenuItemCollection
??= new ToolStripItemCustomMenuItemCollection(Component.Site, ToolStripItem);
486
_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();
476
if (
_toolStripItemCustomMenuItemCollection
is not null &&
_toolStripItemCustomMenuItemCollection
.Count > 0)
478
foreach (ToolStripItem item in
_toolStripItemCustomMenuItemCollection
)
483
_toolStripItemCustomMenuItemCollection
.Clear();