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)
1097return _start >= _end; 1116if (value < _start) 1128return _end - _start; 1136return _start;