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)
261
get =>
_tn
;
684
_miniToolStrip =
_tn
.EditorToolStrip;
685
int width =
_tn
.EditorToolStrip.Width;
686
_editorNode = new DesignerToolStripControlHost(
_tn
.EditorToolStrip);
687
_tn
.ControlHost = _editorNode;
774
if (
_tn
is not null &&
_tn
.Active)
776
_tn
.Commit(false, false);
777
_editorNode.Width =
_tn
.EditorToolStrip.Width;
1145
if (
_tn
is not null)
1147
_tn
.RollBack();
1148
_tn
.CloseEditor();
2272
if (
_tn
is not null)
2274
_tn
.RollBack();
2275
_editorNode.Width =
_tn
.EditorToolStrip.Width;
2309
if (
_tn
is not null &&
_tn
.Active)
2311
_tn
.Commit(false, false);