5 writes to _commitedEditorNode
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (5)
452_commitedEditorNode = null; 650_commitedEditorNode = null; 755_commitedEditorNode = new DesignerToolStripControlHost(_commitedTemplateNode.EditorToolStrip) 1039_commitedEditorNode = null; 2364_commitedEditorNode = null;
21 references to _commitedEditorNode
System.Windows.Forms.Design (21)
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (21)
438if (_commitedEditorNode is not null) 441index = MenuItem.DropDownItems.IndexOf(_commitedEditorNode); 445MenuItem.DropDown.Items.Remove(_commitedEditorNode); 451_commitedEditorNode.Dispose(); 630if (_commitedEditorNode is not null) 636int index = MenuItem.DropDownItems.IndexOf(_commitedEditorNode); 638MenuItem.DropDown.Items.Remove(_commitedEditorNode); 647if (_commitedEditorNode is not null) 649_commitedEditorNode.Dispose(); 949int index = MenuItem.DropDownItems.IndexOf(_commitedEditorNode); 1036if (_commitedEditorNode is not null) 1038_commitedEditorNode.Dispose(); 1361MenuItem.DropDownItems.Insert(index, _commitedEditorNode); 1373if (!(dropDownItem.Owner is ToolStripDropDownMenu) && dropDownItem is not null && dropDownItem.Bounds.Width < _commitedEditorNode.Bounds.Width) 1375dropDownItem.Width = _commitedEditorNode.Width; 1376dropDownItem.DropDown.Location = new Point(dropDownItem.DropDown.Location.X + _commitedEditorNode.Bounds.Width - dropDownItem.Bounds.Width, dropDownItem.DropDown.Location.Y); 2343if (_commitedEditorNode is not null) 2345int index = MenuItem.DropDownItems.IndexOf(_commitedEditorNode); 2353MenuItem.DropDown.Items.Remove(_commitedEditorNode); 2361if (_commitedEditorNode is not null) 2363_commitedEditorNode.Dispose();