9 references to TextLength
System.Windows.Forms.Primitives (9)
System\Windows\Forms\Automation\UiaTextRange.cs (9)
221endIndex = _provider.TextLength; 228MoveTo(0, _provider.TextLength); 260MoveTo(0, _provider.TextLength); 358if (Start == _provider.TextLength 359|| (_provider.IsMultiline && End < _provider.TextLength 933int limit = _provider.TextLength; 985index = _provider.TextLength; 1022int limit = _provider.TextLength; 1184int limit = _provider.TextLength;