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)
264
get =>
_tn
;
729
_miniToolStrip =
_tn
.EditorToolStrip;
730
int width =
_tn
.EditorToolStrip.Width;
731
_editorNode = new DesignerToolStripControlHost(
_tn
.EditorToolStrip);
732
_tn
.ControlHost = _editorNode;
819
if (
_tn
is not null &&
_tn
.Active)
821
_tn
.Commit(false, false);
822
_editorNode.Width =
_tn
.EditorToolStrip.Width;
1166
if (
_tn
is not null)
1168
_tn
.RollBack();
1169
_tn
.CloseEditor();
2256
if (
_tn
is not null)
2258
_tn
.RollBack();
2259
_editorNode.Width =
_tn
.EditorToolStrip.Width;
2298
if (
_tn
is not null &&
_tn
.Active)
2300
_tn
.Commit(false, false);