5 writes to _end
System.Windows.Forms.Primitives (5)
System\Windows\Forms\Automation\UiaTextRange.cs (5)
44_end = start; 49_end = end; 62_end = value < 0 ? 0 : value; 97_end = value; 1177_end = end;
5 references to _end
System.Windows.Forms.Primitives (5)
System\Windows\Forms\Automation\UiaTextRange.cs (5)
58get => _end; 65if (_end < _start) 67_start = _end; 95if (value > _end) 108private bool IsDegenerate => _start == _end;