4 writes to _end
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (4)
57
_end
= end;
1095
_end
= end;
1145
_end
= value;
1174
_end
= value;
4 references to _end
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (4)
1122
return _start >=
_end
;
1130
return
_end
;
1153
return
_end
- _start;
1172
if (value >
_end
)