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)
1100return _start >= _end; 1119if (value < _start) 1131return _end - _start; 1139return _start;