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)
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
);
1012
_commitedEditorNode
?.Dispose();
1331
MenuItem.DropDownItems.Insert(index,
_commitedEditorNode
);
1343
if (!(dropDownItem.Owner is ToolStripDropDownMenu) && dropDownItem is not null && dropDownItem.Bounds.Width <
_commitedEditorNode
.Bounds.Width)
1345
dropDownItem.Width =
_commitedEditorNode
.Width;
1346
dropDownItem.DropDown.Location = new Point(dropDownItem.DropDown.Location.X +
_commitedEditorNode
.Bounds.Width - dropDownItem.Bounds.Width, dropDownItem.DropDown.Location.Y);
2304
if (
_commitedEditorNode
is not null)
2306
int index = MenuItem.DropDownItems.IndexOf(
_commitedEditorNode
);
2311
MenuItem.DropDown.Items.Remove(
_commitedEditorNode
);
2319
_commitedEditorNode
?.Dispose();