4 references to TextLength
System.Windows.Forms (4)
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseUiaTextProvider.cs (4)
151TextLength)) 326bool useNext = startCharIndex < TextLength - 1 && GetLineFromCharIndex(startCharIndex + 1) == GetLineFromCharIndex(startCharIndex); 415if (start < 0 || start > TextLength) 421if (end < 0 || end > TextLength)