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)
6664Assert.Equal(0, control.TextLength); 6668Assert.Equal(0, control.TextLength); 6684Assert.Equal(0, control.TextLength); 6691Assert.Equal(0, control.TextLength); 6709Assert.Equal(expected, control.TextLength); 6730Assert.Equal(expected, control.TextLength); 6752Assert.Equal(expected, control.TextLength); 7065Assert.Equal(expected.Length, control.TextLength); 7078Assert.Equal(expected.Length, control.TextLength); 7180Assert.Equal(expected.Length, control.TextLength); 7191Assert.Equal(expected.Length, control.TextLength); 7212Assert.Equal(expected.Length, control.TextLength); 7223Assert.Equal(expected.Length, control.TextLength); 7252Assert.Equal(expected.Length, control.TextLength); 7266Assert.Equal(expected.Length, control.TextLength); 7298Assert.Equal(expected.Length, control.TextLength); 7314Assert.Equal(expected.Length, control.TextLength); 7407Assert.Equal(expected.Length, control.TextLength); 7420Assert.Equal(expected.Length, control.TextLength); 7472Assert.Equal(expected.Length, control.TextLength); 7486Assert.Equal(expected.Length, control.TextLength); 10585Assert.Equal(riched20.TextLength, richTextBox.TextLength); 10587Assert.Equal(richTextBox.Text.Length, richTextBox.TextLength);