1 write to _el
UIAutomationClient (1)
System\Windows\Automation\RangeValuePattern.cs (1)
221_el = el;
6 references to _el
UIAutomationClient (6)
System\Windows\Automation\RangeValuePattern.cs (6)
241object propValue = _el.GetPatternPropertyValue(ValueProperty, _useCache); 271return (bool)_el.GetPatternPropertyValue(IsReadOnlyProperty, _useCache); 280object propValue = _el.GetPatternPropertyValue(MaximumProperty, _useCache); 309object propValue = _el.GetPatternPropertyValue(MinimumProperty, _useCache); 342object propValue = _el.GetPatternPropertyValue(LargeChangeProperty, _useCache); 374object propValue = _el.GetPatternPropertyValue(SmallChangeProperty, _useCache);