1 write to _textEntry
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\StringCollectionEditor.StringCollectionForm.cs (1)
78
_textEntry
= new TextBox();
10 references to _textEntry
System.Windows.Forms.Design (10)
System\Windows\Forms\Design\StringCollectionEditor.StringCollectionForm.cs (10)
60
_textEntry
.KeyDown += Edit1_keyDown;
70
[MemberNotNull(nameof(
_textEntry
))]
92
resources.ApplyResources(
_textEntry
, "textEntry");
93
_overarchingLayoutPanel.SetColumnSpan(
_textEntry
, 2);
94
_textEntry
.AcceptsTab = true;
95
_textEntry
.AcceptsReturn = true;
96
_textEntry
.Name = "textEntry";
114
_overarchingLayoutPanel.Controls.Add(
_textEntry
, 0, 2);
143
string[] lines =
_textEntry
.Text.Split('\n');
187
=>
_textEntry
.Text = string.Join(Environment.NewLine, Items);