4 references to TextLength
System.Windows.Forms (4)
System\Windows\Forms\Accessibility\LabelEditUiaTextProvider.cs (4)
44
TextLength
));
122
bool useNext = startCharIndex <
TextLength
- 1 && GetLineFromCharIndex(startCharIndex + 1) == GetLineFromCharIndex(startCharIndex);
314
if (start < 0 || start >
TextLength
)
320
if (end < 0 || end >
TextLength
)