2 overrides of TextLength
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
1412
public override unsafe int
TextLength
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1196
public override int
TextLength
8 references to TextLength
System.Windows.Forms (8)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1202
return base.
TextLength
;
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
1008
TextLength
== 0;
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (5)
1614
?
TextLength
+ 1
1615
:
TextLength
;
2122
int textLen =
TextLength
;
2184
int textLength =
TextLength
;
2227
:
TextLength
;
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.cs (1)
347
get { return TextBox.
TextLength
; }