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)
269get => _editorNode; 604KeyboardHandlingService.SelectedDesignerControl = _editorNode; 614_editorNode.RefreshSelectionGlyph(); 621KeyboardHandlingService.SelectedDesignerControl = _editorNode; 687_tn.ControlHost = _editorNode; 688_editorNode.Width = width; 689ToolStrip.Items.Add(_editorNode); 690_editorNode.Visible = false; 777_editorNode.Width = _tn.EditorToolStrip.Width; 1157_editorNode?.Dispose(); 1969if (_editorNode is not null && (e.Item != _editorNode)) 1971int currentIndexOfEditor = ToolStrip.Items.IndexOf(_editorNode); 1977ToolStrip.Items.Add(_editorNode); 2034if (_editorNode is not null) 2036_editorNode.Control.Visible = true; 2037_editorNode.Visible = true; 2140if (_editorNode is not null && (ToolStrip.Items.IndexOf(_editorNode) == -1)) 2142ToolStrip.Items.Add(_editorNode); 2275_editorNode.Width = _tn.EditorToolStrip.Width; 2332_editorNode?.Visible = false; 2381if (_editorNode is not null && (SelectionService.PrimarySelection == ToolStrip || itemSelected)) 2387_editorNode.Visible = true;