4 writes to _end
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (4)
44
_end
= end;
1070
_end
= end;
1120
_end
= value;
1149
_end
= value;
4 references to _end
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (4)
1097
return _start >=
_end
;
1105
return
_end
;
1128
return
_end
- _start;
1147
if (value >
_end
)