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)
95foreach (ToolStripItem item in _toolStripItemCustomMenuItemCollection) 102_toolStripItemCustomMenuItemCollection?.RefreshItems(); 476if (_toolStripItemCustomMenuItemCollection is not null && _toolStripItemCustomMenuItemCollection.Count > 0) 478foreach (ToolStripItem item in _toolStripItemCustomMenuItemCollection) 483_toolStripItemCustomMenuItemCollection.Clear();