6 references to ValueProperty
UIAutomationClient (3)
MS\Internal\Automation\Schema.cs (2)
314
new AutomationPropertyInfo( null, RangeValuePattern.
ValueProperty
, typeof(double), 0.0 ),
394
private static readonly AutomationProperty [ ] RangeValueProperties = { RangeValuePattern.
ValueProperty
,
System\Windows\Automation\RangeValuePattern.cs (1)
262
object propValue = _el.GetPatternPropertyValue(
ValueProperty
, _useCache);
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\EventManager.cs (2)
212
RaisePropertyChangedEvent(el, RangeValuePattern.
ValueProperty
, rangeValue.Value);
533
_objectIdClient.Add(RangeValuePattern.
ValueProperty
, new RaiseEvent(HandleRangeValueProperty));
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
381
else if (idProp == ValuePattern.ValueProperty || idProp == RangeValuePattern.
ValueProperty
)