Base:
property
TextLength
System.Windows.Forms.Automation.UiaTextProvider.TextLength
5 references to TextLength
System.Windows.Forms (4)
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseUiaTextProvider.cs (4)
151
TextLength
))
326
bool useNext = startCharIndex <
TextLength
- 1 && GetLineFromCharIndex(startCharIndex + 1) == GetLineFromCharIndex(startCharIndex);
415
if (start < 0 || start >
TextLength
)
421
if (end < 0 || end >
TextLength
)
System.Windows.Forms.Tests (1)
System\Windows\Forms\TextBoxBase.TextBoxBaseUiaTextProviderTests.cs (1)
563
Assert.Equal(textBoxBase.Text.Length, provider.
TextLength
);