5 writes to _end
System.Windows.Forms.Primitives (5)
System\Windows\Forms\Automation\UiaTextRange.cs (5)
46_end = start; 51_end = end; 64_end = value < 0 ? 0 : value; 99_end = value; 1179_end = end;
5 references to _end
System.Windows.Forms.Primitives (5)
System\Windows\Forms\Automation\UiaTextRange.cs (5)
60get => _end; 67if (_end < _start) 69_start = _end; 97if (value > _end) 110private bool IsDegenerate => _start == _end;