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