Base:
property
TextLength
System.Windows.Forms.TextBoxBase.TextLength
26 references to TextLength
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
1846
int textLen =
TextLength
;
1951
int textLength =
TextLength
;
System.Windows.Forms.Tests (24)
System\Windows\Forms\RichTextBoxTests.cs (24)
6662
Assert.Equal(0, control.
TextLength
);
6666
Assert.Equal(0, control.
TextLength
);
6682
Assert.Equal(0, control.
TextLength
);
6689
Assert.Equal(0, control.
TextLength
);
6707
Assert.Equal(expected, control.
TextLength
);
6728
Assert.Equal(expected, control.
TextLength
);
6750
Assert.Equal(expected, control.
TextLength
);
7063
Assert.Equal(expected.Length, control.
TextLength
);
7076
Assert.Equal(expected.Length, control.
TextLength
);
7178
Assert.Equal(expected.Length, control.
TextLength
);
7189
Assert.Equal(expected.Length, control.
TextLength
);
7210
Assert.Equal(expected.Length, control.
TextLength
);
7221
Assert.Equal(expected.Length, control.
TextLength
);
7250
Assert.Equal(expected.Length, control.
TextLength
);
7264
Assert.Equal(expected.Length, control.
TextLength
);
7296
Assert.Equal(expected.Length, control.
TextLength
);
7312
Assert.Equal(expected.Length, control.
TextLength
);
7405
Assert.Equal(expected.Length, control.
TextLength
);
7418
Assert.Equal(expected.Length, control.
TextLength
);
7470
Assert.Equal(expected.Length, control.
TextLength
);
7484
Assert.Equal(expected.Length, control.
TextLength
);
10583
Assert.Equal(riched20.
TextLength
, richTextBox.
TextLength
);
10585
Assert.Equal(richTextBox.Text.Length, richTextBox.
TextLength
);