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)
49
if (end >
_start
)
67
if (_end <
_start
)
93
get =>
_start
;
110
private bool IsDegenerate =>
_start
== _end;