2 writes to _editorNode
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripDesigner.cs (2)
695
_editorNode
= new DesignerToolStripControlHost(_tn.EditorToolStrip);
1178
_editorNode
= null;
25 references to _editorNode
System.Windows.Forms.Design (25)
System\Windows\Forms\Design\ToolStripDesigner.cs (25)
269
get =>
_editorNode
;
607
KeyboardHandlingService.SelectedDesignerControl =
_editorNode
;
617
_editorNode
.RefreshSelectionGlyph();
624
KeyboardHandlingService.SelectedDesignerControl =
_editorNode
;
696
_tn.ControlHost =
_editorNode
;
697
_editorNode
.Width = width;
698
ToolStrip.Items.Add(
_editorNode
);
699
_editorNode
.Visible = false;
786
_editorNode
.Width = _tn.EditorToolStrip.Width;
1175
if (
_editorNode
is not null)
1177
_editorNode
.Dispose();
1996
if (
_editorNode
is not null && (e.Item !=
_editorNode
))
1998
int currentIndexOfEditor = ToolStrip.Items.IndexOf(
_editorNode
);
2004
ToolStrip.Items.Add(
_editorNode
);
2061
if (
_editorNode
is not null)
2063
_editorNode
.Control.Visible = true;
2064
_editorNode
.Visible = true;
2167
if (
_editorNode
is not null && (ToolStrip.Items.IndexOf(
_editorNode
) == -1))
2169
ToolStrip.Items.Add(
_editorNode
);
2302
_editorNode
.Width = _tn.EditorToolStrip.Width;
2359
_editorNode
?.Visible = false;
2408
if (
_editorNode
is not null && (SelectionService.PrimarySelection == ToolStrip || itemSelected))
2414
_editorNode
.Visible = true;