4 writes to _editorNode
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ToolStripItemDesigner.cs (4)
115set => _editorNode = value; 315_editorNode = new ToolStripTemplateNode(ToolStripItem, ToolStripItem.Text); 461_editorNode = null; 634_editorNode = null;
12 references to _editorNode
System.Windows.Forms.Design (12)
System\Windows\Forms\Design\ToolStripItemDesigner.cs (12)
114get => _editorNode; 458if (_editorNode is not null) 460_editorNode.CloseEditor(); 631if (_editorNode is not null) 633_editorNode.CloseEditor(); 1211if (_editorNode is null) 1229_editorNode.SetWidth(ToolStripItem.Text); 1232ToolStripItem.Width = _editorNode.EditorToolStrip.Width + 2; 1236ToolStripItem.Height = _editorNode.EditorToolStrip.Height; 1254boundsInAdornerWindow.Y += (ToolStripItem.Height - _editorNode.EditorToolStrip.Height) / 2; 1259boundsInAdornerWindow.X += (ToolStripItem.Width - _editorNode.EditorToolStrip.Width) / 2; 1263_editorNode.Bounds = boundsInAdornerWindow;