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))] 92resources.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); 143string[] lines = _textEntry.Text.Split('\n'); 187=> _textEntry.Text = string.Join(Environment.NewLine, Items);