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)
261
get =>
_tn
;
693
_miniToolStrip =
_tn
.EditorToolStrip;
694
int width =
_tn
.EditorToolStrip.Width;
695
_editorNode = new DesignerToolStripControlHost(
_tn
.EditorToolStrip);
696
_tn
.ControlHost = _editorNode;
783
if (
_tn
is not null &&
_tn
.Active)
785
_tn
.Commit(false, false);
786
_editorNode.Width =
_tn
.EditorToolStrip.Width;
1160
if (
_tn
is not null)
1162
_tn
.RollBack();
1163
_tn
.CloseEditor();
2299
if (
_tn
is not null)
2301
_tn
.RollBack();
2302
_editorNode.Width =
_tn
.EditorToolStrip.Width;
2336
if (
_tn
is not null &&
_tn
.Active)
2338
_tn
.Commit(false, false);