2 writes to _tn
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripDesigner.cs (2)
683_tn = new ToolStripTemplateNode(Component, SR.ToolStripDesignerTemplateNodeEnterText); 1149_tn = null;
18 references to _tn
System.Windows.Forms.Design (18)
System\Windows\Forms\Design\ToolStripDesigner.cs (18)
261get => _tn; 684_miniToolStrip = _tn.EditorToolStrip; 685int width = _tn.EditorToolStrip.Width; 686_editorNode = new DesignerToolStripControlHost(_tn.EditorToolStrip); 687_tn.ControlHost = _editorNode; 774if (_tn is not null && _tn.Active) 776_tn.Commit(false, false); 777_editorNode.Width = _tn.EditorToolStrip.Width; 1145if (_tn is not null) 1147_tn.RollBack(); 1148_tn.CloseEditor(); 2272if (_tn is not null) 2274_tn.RollBack(); 2275_editorNode.Width = _tn.EditorToolStrip.Width; 2309if (_tn is not null && _tn.Active) 2311_tn.Commit(false, false);