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