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