4 writes to _start
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (4)
43
_start
= start;
1069
_start
= start;
1118
_start
= value;
1151
_start
= value;
4 references to _start
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (4)
1097
return
_start
>= _end;
1116
if (value <
_start
)
1128
return _end -
_start
;
1136
return
_start
;