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) 1010_commitedEditorNode = null; 2314_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); 1009_commitedEditorNode?.Dispose(); 1328MenuItem.DropDownItems.Insert(index, _commitedEditorNode); 1340if (!(dropDownItem.Owner is ToolStripDropDownMenu) && dropDownItem is not null && dropDownItem.Bounds.Width < _commitedEditorNode.Bounds.Width) 1342dropDownItem.Width = _commitedEditorNode.Width; 1343dropDownItem.DropDown.Location = new Point(dropDownItem.DropDown.Location.X + _commitedEditorNode.Bounds.Width - dropDownItem.Bounds.Width, dropDownItem.DropDown.Location.Y); 2298if (_commitedEditorNode is not null) 2300int index = MenuItem.DropDownItems.IndexOf(_commitedEditorNode); 2305MenuItem.DropDown.Items.Remove(_commitedEditorNode); 2313_commitedEditorNode?.Dispose();