4 writes to _start
System.Windows.Forms.Primitives (4)
System\Windows\Forms\Automation\UiaTextRange.cs (4)
45_start = start; 69_start = _end; 103_start = value < 0 ? 0 : value; 1178_start = start;
4 references to _start
System.Windows.Forms.Primitives (4)
System\Windows\Forms\Automation\UiaTextRange.cs (4)
49if (end > _start) 67if (_end < _start) 93get => _start; 110private bool IsDegenerate => _start == _end;