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