2 writes to _editorNode
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripDesigner.cs (2)
686
_editorNode
= new DesignerToolStripControlHost(_tn.EditorToolStrip);
1158
_editorNode
= null;
24 references to _editorNode
System.Windows.Forms.Design (24)
System\Windows\Forms\Design\ToolStripDesigner.cs (24)
269
get =>
_editorNode
;
604
KeyboardHandlingService.SelectedDesignerControl =
_editorNode
;
614
_editorNode
.RefreshSelectionGlyph();
621
KeyboardHandlingService.SelectedDesignerControl =
_editorNode
;
687
_tn.ControlHost =
_editorNode
;
688
_editorNode
.Width = width;
689
ToolStrip.Items.Add(
_editorNode
);
690
_editorNode
.Visible = false;
777
_editorNode
.Width = _tn.EditorToolStrip.Width;
1157
_editorNode
?.Dispose();
1969
if (
_editorNode
is not null && (e.Item !=
_editorNode
))
1971
int currentIndexOfEditor = ToolStrip.Items.IndexOf(
_editorNode
);
1977
ToolStrip.Items.Add(
_editorNode
);
2034
if (
_editorNode
is not null)
2036
_editorNode
.Control.Visible = true;
2037
_editorNode
.Visible = true;
2140
if (
_editorNode
is not null && (ToolStrip.Items.IndexOf(
_editorNode
) == -1))
2142
ToolStrip.Items.Add(
_editorNode
);
2275
_editorNode
.Width = _tn.EditorToolStrip.Width;
2332
_editorNode
?.Visible = false;
2381
if (
_editorNode
is not null && (SelectionService.PrimarySelection == ToolStrip || itemSelected))
2387
_editorNode
.Visible = true;