4 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
)