1 write to Lines
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.cs (1)
259
set { TextBox.
Lines
= value; }
2 references to Lines
System.Windows.Forms (2)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
605
lines = base.
Lines
;
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.cs (1)
258
get { return TextBox.
Lines
; }