15 references to ValueProperty
UIAutomationClient (3)
MS\Internal\Automation\Schema.cs (2)
327new AutomationPropertyInfo( null, ValuePattern.ValueProperty, typeof(string), "" ), 406private static readonly AutomationProperty [ ] ValueProperties = { ValuePattern.ValueProperty,
System\Windows\Automation\ValuePattern.cs (1)
235object temp = _el.GetPatternPropertyValue(ValueProperty, _useCache);
UIAutomationClientSideProviders (12)
MS\Internal\AutomationProxies\EventManager.cs (2)
190RaisePropertyChangedEvent(el, ValuePattern.ValueProperty, value.Value); 519_objectIdClient.Add(ValuePattern.ValueProperty, new RaiseEvent(HandleValueProperty));
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
228MaybeFirePropertyChangeEvent(ValuePattern.Pattern, ValuePattern.ValueProperty, eventTable, hwnd, idObject, idChild, false);
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
933else if (idProp == ValuePattern.ValueProperty)
MS\Internal\AutomationProxies\NonClientArea.cs (2)
722if (idProp == ValuePattern.ValueProperty && eventId == NativeMethods.EVENT_OBJECT_VALUECHANGE) 726scrollBar.DispatchEvents(0, ValuePattern.ValueProperty, NativeMethods.OBJID_CLIENT, 0);
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
360else if (idProp == ValuePattern.ValueProperty || idProp == RangeValuePattern.ValueProperty)
MS\Internal\AutomationProxies\WindowsComboBox.cs (3)
811if ( p == ValuePattern.ValueProperty || p == ValuePattern.IsReadOnlyProperty ) 830if ( p == ValuePattern.ValueProperty || p == ValuePattern.IsReadOnlyProperty ) 833editPortionEvents[c]._evtId = (p == ValuePattern.ValueProperty) ? NativeMethods.EventObjectValueChange : NativeMethods.EventObjectStateChange;
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1545if (idProp == ValuePattern.ValueProperty)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
336if (idProp == ValuePattern.ValueProperty)