2 overrides of TextLength
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
1376
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)
962
TextLength
== 0;
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (5)
1325
return IsHandleCreated ?
TextLength
+ 1 :
TextLength
;
1712
int textLen =
TextLength
;
1773
int textLength =
TextLength
;
1821
textLength =
TextLength
;
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.cs (1)
347
get { return TextBox.
TextLength
; }