4 writes to _end
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (4)
43
_end
= end;
1069
_end
= end;
1119
_end
= value;
1148
_end
= value;
4 references to _end
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (4)
1096
return _start >=
_end
;
1104
return
_end
;
1127
return
_end
- _start;
1146
if (value >
_end
)