5 writes to _end
System.Windows.Forms.Primitives (5)
System\Windows\Forms\Automation\UiaTextRange.cs (5)
46
_end
= start;
51
_end
= end;
64
_end
= value < 0 ? 0 : value;
99
_end
= value;
1179
_end
= end;
5 references to _end
System.Windows.Forms.Primitives (5)
System\Windows\Forms\Automation\UiaTextRange.cs (5)
60
get =>
_end
;
67
if (
_end
< _start)
69
_start =
_end
;
97
if (value >
_end
)
110
private bool IsDegenerate => _start ==
_end
;