4 writes to _start
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (4)
46
_start
= start;
1072
_start
= start;
1121
_start
= value;
1154
_start
= value;
4 references to _start
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (4)
1100
return
_start
>= _end;
1119
if (value <
_start
)
1131
return _end -
_start
;
1139
return
_start
;