2 writes to _tn
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripDesigner.cs (2)
728_tn = new ToolStripTemplateNode(Component, SR.ToolStripDesignerTemplateNodeEnterText); 1170_tn = null;
18 references to _tn
System.Windows.Forms.Design (18)
System\Windows\Forms\Design\ToolStripDesigner.cs (18)
264get => _tn; 729_miniToolStrip = _tn.EditorToolStrip; 730int width = _tn.EditorToolStrip.Width; 731_editorNode = new DesignerToolStripControlHost(_tn.EditorToolStrip); 732_tn.ControlHost = _editorNode; 819if (_tn is not null && _tn.Active) 821_tn.Commit(false, false); 822_editorNode.Width = _tn.EditorToolStrip.Width; 1166if (_tn is not null) 1168_tn.RollBack(); 1169_tn.CloseEditor(); 2256if (_tn is not null) 2258_tn.RollBack(); 2259_editorNode.Width = _tn.EditorToolStrip.Width; 2298if (_tn is not null && _tn.Active) 2300_tn.Commit(false, false);