5 writes to _commitedEditorNode
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (5)
452_commitedEditorNode = null; 636_commitedEditorNode = null; 740_commitedEditorNode = new DesignerToolStripControlHost(_commitedTemplateNode.EditorToolStrip) 1013_commitedEditorNode = null; 2320_commitedEditorNode = null;
18 references to _commitedEditorNode
System.Windows.Forms.Design (18)
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (18)
438if (_commitedEditorNode is not null) 441index = MenuItem.DropDownItems.IndexOf(_commitedEditorNode); 445MenuItem.DropDown.Items.Remove(_commitedEditorNode); 451_commitedEditorNode.Dispose(); 621if (_commitedEditorNode is not null) 627int index = MenuItem.DropDownItems.IndexOf(_commitedEditorNode); 629MenuItem.DropDown.Items.Remove(_commitedEditorNode); 635_commitedEditorNode?.Dispose(); 928int index = MenuItem.DropDownItems.IndexOf(_commitedEditorNode); 1012_commitedEditorNode?.Dispose(); 1331MenuItem.DropDownItems.Insert(index, _commitedEditorNode); 1343if (!(dropDownItem.Owner is ToolStripDropDownMenu) && dropDownItem is not null && dropDownItem.Bounds.Width < _commitedEditorNode.Bounds.Width) 1345dropDownItem.Width = _commitedEditorNode.Width; 1346dropDownItem.DropDown.Location = new Point(dropDownItem.DropDown.Location.X + _commitedEditorNode.Bounds.Width - dropDownItem.Bounds.Width, dropDownItem.DropDown.Location.Y); 2304if (_commitedEditorNode is not null) 2306int index = MenuItem.DropDownItems.IndexOf(_commitedEditorNode); 2311MenuItem.DropDown.Items.Remove(_commitedEditorNode); 2319_commitedEditorNode?.Dispose();