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)
1096return _start >= _end; 1115if (value < _start) 1127return _end - _start; 1135return _start;