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)
269get => _editorNode; 607KeyboardHandlingService.SelectedDesignerControl = _editorNode; 617_editorNode.RefreshSelectionGlyph(); 624KeyboardHandlingService.SelectedDesignerControl = _editorNode; 696_tn.ControlHost = _editorNode; 697_editorNode.Width = width; 698ToolStrip.Items.Add(_editorNode); 699_editorNode.Visible = false; 786_editorNode.Width = _tn.EditorToolStrip.Width; 1175if (_editorNode is not null) 1177_editorNode.Dispose(); 1996if (_editorNode is not null && (e.Item != _editorNode)) 1998int currentIndexOfEditor = ToolStrip.Items.IndexOf(_editorNode); 2004ToolStrip.Items.Add(_editorNode); 2061if (_editorNode is not null) 2063_editorNode.Control.Visible = true; 2064_editorNode.Visible = true; 2167if (_editorNode is not null && (ToolStrip.Items.IndexOf(_editorNode) == -1)) 2169ToolStrip.Items.Add(_editorNode); 2302_editorNode.Width = _tn.EditorToolStrip.Width; 2359_editorNode?.Visible = false; 2408if (_editorNode is not null && (SelectionService.PrimarySelection == ToolStrip || itemSelected)) 2414_editorNode.Visible = true;