4 writes to _end
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (4)
47
_end
= end;
1073
_end
= end;
1123
_end
= value;
1152
_end
= value;
4 references to _end
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (4)
1100
return _start >=
_end
;
1108
return
_end
;
1131
return
_end
- _start;
1150
if (value >
_end
)