3 references to Length
System.Windows.Forms.Primitives (3)
System\Windows\Forms\Automation\UiaTextRange.cs (3)
301
ReadOnlySpan<char> rangeText = _provider.Text.AsSpan().Slice(Start,
Length
);
436
maxLength = maxLength >= 0 ? Math.Min(
Length
, maxLength) :
Length
;