4 writes to _start
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (4)
42
_start
= start;
1068
_start
= start;
1117
_start
= value;
1150
_start
= value;
4 references to _start
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (4)
1096
return
_start
>= _end;
1115
if (value <
_start
)
1127
return _end -
_start
;
1135
return
_start
;