4 writes to _start
System.Windows.Forms.Primitives (4)
System\Windows\Forms\Automation\UiaTextRange.cs (4)
43_start = start; 67_start = _end; 101_start = value < 0 ? 0 : value; 1176_start = start;
4 references to _start
System.Windows.Forms.Primitives (4)
System\Windows\Forms\Automation\UiaTextRange.cs (4)
47if (end > _start) 65if (_end < _start) 91get => _start; 108private bool IsDegenerate => _start == _end;