2 writes to _editorNode
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripDesigner.cs (2)
731
_editorNode
= new DesignerToolStripControlHost(_tn.EditorToolStrip);
1184
_editorNode
= null;
26 references to _editorNode
System.Windows.Forms.Design (26)
System\Windows\Forms\Design\ToolStripDesigner.cs (26)
272
get =>
_editorNode
;
643
KeyboardHandlingService.SelectedDesignerControl =
_editorNode
;
653
_editorNode
.RefreshSelectionGlyph();
660
KeyboardHandlingService.SelectedDesignerControl =
_editorNode
;
732
_tn.ControlHost =
_editorNode
;
733
_editorNode
.Width = width;
734
ToolStrip.Items.Add(
_editorNode
);
735
_editorNode
.Visible = false;
822
_editorNode
.Width = _tn.EditorToolStrip.Width;
1181
if (
_editorNode
is not null)
1183
_editorNode
.Dispose();
1956
if (
_editorNode
is not null && (e.Item !=
_editorNode
))
1958
int currentIndexOfEditor = ToolStrip.Items.IndexOf(
_editorNode
);
1963
ToolStrip.Items.Add(
_editorNode
);
2019
if (
_editorNode
is not null)
2021
_editorNode
.Control.Visible = true;
2022
_editorNode
.Visible = true;
2124
if (
_editorNode
is not null && (ToolStrip.Items.IndexOf(
_editorNode
) == -1))
2126
ToolStrip.Items.Add(
_editorNode
);
2259
_editorNode
.Width = _tn.EditorToolStrip.Width;
2321
if (
_editorNode
is not null)
2323
_editorNode
.Visible = false;
2373
if (
_editorNode
is not null && (SelectionService.PrimarySelection == ToolStrip || itemSelected))
2379
_editorNode
.Visible = true;