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)
438
if (
_commitedEditorNode
is not null)
441
index = MenuItem.DropDownItems.IndexOf(
_commitedEditorNode
);
445
MenuItem.DropDown.Items.Remove(
_commitedEditorNode
);
451
_commitedEditorNode
.Dispose();
630
if (
_commitedEditorNode
is not null)
636
int index = MenuItem.DropDownItems.IndexOf(
_commitedEditorNode
);
638
MenuItem.DropDown.Items.Remove(
_commitedEditorNode
);
647
if (
_commitedEditorNode
is not null)
649
_commitedEditorNode
.Dispose();
949
int index = MenuItem.DropDownItems.IndexOf(
_commitedEditorNode
);
1036
if (
_commitedEditorNode
is not null)
1038
_commitedEditorNode
.Dispose();
1361
MenuItem.DropDownItems.Insert(index,
_commitedEditorNode
);
1373
if (!(dropDownItem.Owner is ToolStripDropDownMenu) && dropDownItem is not null && dropDownItem.Bounds.Width <
_commitedEditorNode
.Bounds.Width)
1375
dropDownItem.Width =
_commitedEditorNode
.Width;
1376
dropDownItem.DropDown.Location = new Point(dropDownItem.DropDown.Location.X +
_commitedEditorNode
.Bounds.Width - dropDownItem.Bounds.Width, dropDownItem.DropDown.Location.Y);
2343
if (
_commitedEditorNode
is not null)
2345
int index = MenuItem.DropDownItems.IndexOf(
_commitedEditorNode
);
2353
MenuItem.DropDown.Items.Remove(
_commitedEditorNode
);
2361
if (
_commitedEditorNode
is not null)
2363
_commitedEditorNode
.Dispose();