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