2 writes to _tn
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripDesigner.cs (2)
692_tn = new ToolStripTemplateNode(Component, SR.ToolStripDesignerTemplateNodeEnterText); 1164_tn = null;
18 references to _tn
System.Windows.Forms.Design (18)
System\Windows\Forms\Design\ToolStripDesigner.cs (18)
261get => _tn; 693_miniToolStrip = _tn.EditorToolStrip; 694int width = _tn.EditorToolStrip.Width; 695_editorNode = new DesignerToolStripControlHost(_tn.EditorToolStrip); 696_tn.ControlHost = _editorNode; 783if (_tn is not null && _tn.Active) 785_tn.Commit(false, false); 786_editorNode.Width = _tn.EditorToolStrip.Width; 1160if (_tn is not null) 1162_tn.RollBack(); 1163_tn.CloseEditor(); 2299if (_tn is not null) 2301_tn.RollBack(); 2302_editorNode.Width = _tn.EditorToolStrip.Width; 2336if (_tn is not null && _tn.Active) 2338_tn.Commit(false, false);