4 references to TextLength
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxUiaTextProvider.cs (4)
52
TextLength
));
177
bool useNext = startCharIndex <
TextLength
- 1 && GetLineFromCharIndex(startCharIndex + 1) == GetLineFromCharIndex(startCharIndex);
387
if (start < 0 || start >
TextLength
)
393
if (end < 0 || end >
TextLength
)