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