4 writes to _start
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (4)
56
_start
= start;
1094
_start
= start;
1143
_start
= value;
1176
_start
= value;
4 references to _start
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (4)
1122
return
_start
>= _end;
1141
if (value <
_start
)
1153
return _end -
_start
;
1161
return
_start
;