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