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)
272get => _editorNode; 643KeyboardHandlingService.SelectedDesignerControl = _editorNode; 653_editorNode.RefreshSelectionGlyph(); 660KeyboardHandlingService.SelectedDesignerControl = _editorNode; 732_tn.ControlHost = _editorNode; 733_editorNode.Width = width; 734ToolStrip.Items.Add(_editorNode); 735_editorNode.Visible = false; 822_editorNode.Width = _tn.EditorToolStrip.Width; 1181if (_editorNode is not null) 1183_editorNode.Dispose(); 1956if (_editorNode is not null && (e.Item != _editorNode)) 1958int currentIndexOfEditor = ToolStrip.Items.IndexOf(_editorNode); 1963ToolStrip.Items.Add(_editorNode); 2019if (_editorNode is not null) 2021_editorNode.Control.Visible = true; 2022_editorNode.Visible = true; 2124if (_editorNode is not null && (ToolStrip.Items.IndexOf(_editorNode) == -1)) 2126ToolStrip.Items.Add(_editorNode); 2259_editorNode.Width = _tn.EditorToolStrip.Width; 2321if (_editorNode is not null) 2323_editorNode.Visible = false; 2373if (_editorNode is not null && (SelectionService.PrimarySelection == ToolStrip || itemSelected)) 2379_editorNode.Visible = true;