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