9 references to TextLength
System.Windows.Forms.Primitives (9)
System\Windows\Forms\Automation\UiaTextRange.cs (9)
219endIndex = _provider.TextLength; 226MoveTo(0, _provider.TextLength); 258MoveTo(0, _provider.TextLength); 356if (Start == _provider.TextLength 357|| (_provider.IsMultiline && End < _provider.TextLength 931int limit = _provider.TextLength; 983index = _provider.TextLength; 1020int limit = _provider.TextLength; 1182int limit = _provider.TextLength;