1 write to _el
UIAutomationClient (1)
System\Windows\Automation\RangeValuePattern.cs (1)
237
_el
= el;
6 references to _el
UIAutomationClient (6)
System\Windows\Automation\RangeValuePattern.cs (6)
262
object propValue =
_el
.GetPatternPropertyValue(ValueProperty, _useCache);
297
return (bool)
_el
.GetPatternPropertyValue(IsReadOnlyProperty, _useCache);
311
object propValue =
_el
.GetPatternPropertyValue(MaximumProperty, _useCache);
345
object propValue =
_el
.GetPatternPropertyValue(MinimumProperty, _useCache);
383
object propValue =
_el
.GetPatternPropertyValue(LargeChangeProperty, _useCache);
420
object propValue =
_el
.GetPatternPropertyValue(SmallChangeProperty, _useCache);