15 references to ValueProperty
UIAutomationClient (3)
MS\Internal\Automation\Schema.cs (2)
312
new AutomationPropertyInfo( null, ValuePattern.
ValueProperty
, typeof(string), "" ),
391
private static readonly AutomationProperty [ ] ValueProperties = { ValuePattern.
ValueProperty
,
System\Windows\Automation\ValuePattern.cs (1)
255
object temp = _el.GetPatternPropertyValue(
ValueProperty
, _useCache);
UIAutomationClientsideProviders (12)
MS\Internal\AutomationProxies\EventManager.cs (2)
203
RaisePropertyChangedEvent(el, ValuePattern.
ValueProperty
, value.Value);
532
_objectIdClient.Add(ValuePattern.
ValueProperty
, new RaiseEvent(HandleValueProperty));
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
242
MaybeFirePropertyChangeEvent(ValuePattern.Pattern, ValuePattern.
ValueProperty
, eventTable, hwnd, idObject, idChild, false);
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
958
else if (idProp == ValuePattern.
ValueProperty
)
MS\Internal\AutomationProxies\NonClientArea.cs (2)
723
if (idProp == ValuePattern.
ValueProperty
&& eventId == NativeMethods.EVENT_OBJECT_VALUECHANGE)
727
scrollBar.DispatchEvents(0, ValuePattern.
ValueProperty
, NativeMethods.OBJID_CLIENT, 0);
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
381
else if (idProp == ValuePattern.
ValueProperty
|| idProp == RangeValuePattern.ValueProperty)
MS\Internal\AutomationProxies\WindowsComboBox.cs (3)
828
if ( p == ValuePattern.
ValueProperty
|| p == ValuePattern.IsReadOnlyProperty )
847
if ( p == ValuePattern.
ValueProperty
|| p == ValuePattern.IsReadOnlyProperty )
850
editPortionEvents[c]._evtId = (p == ValuePattern.
ValueProperty
) ? NativeMethods.EventObjectValueChange : NativeMethods.EventObjectStateChange;
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1553
if (idProp == ValuePattern.
ValueProperty
)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
347
if (idProp == ValuePattern.
ValueProperty
)