5 writes to _end
System.Windows.Forms.Primitives (5)
System\Windows\Forms\Automation\UiaTextRange.cs (5)
44
_end
= start;
49
_end
= end;
62
_end
= value < 0 ? 0 : value;
97
_end
= value;
1177
_end
= end;
5 references to _end
System.Windows.Forms.Primitives (5)
System\Windows\Forms\Automation\UiaTextRange.cs (5)
58
get =>
_end
;
65
if (
_end
< _start)
67
_start =
_end
;
95
if (value >
_end
)
108
private bool IsDegenerate => _start ==
_end
;