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