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)
47
if (end >
_start
)
65
if (_end <
_start
)
91
get =>
_start
;
108
private bool IsDegenerate =>
_start
== _end;