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