9 references to EventObjectValueChange
UIAutomationClientsideProviders (9)
MS\Internal\AutomationProxies\ProxyHwnd.cs (3)
383return new int[] { NativeMethods.EventObjectValueChange }; 402return new int [] { NativeMethods.EventObjectValueChange }; 459new WinEventTracker.EvtIdProperty (NativeMethods.EventObjectValueChange, idEvent), // For WindowsScrollBarBits
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
850editPortionEvents[c]._evtId = (p == ValuePattern.ValueProperty) ? NativeMethods.EventObjectValueChange : NativeMethods.EventObjectStateChange;
MS\Internal\AutomationProxies\WindowsListView.cs (2)
1961eventId = NativeMethods.EventObjectValueChange; 1970eventId = NativeMethods.EventObjectValueChange;
MS\Internal\AutomationProxies\WindowsTab.cs (2)
54_upDownEvents[0]._evtId = NativeMethods.EventObjectValueChange; 725if (eventId == NativeMethods.EventObjectValueChange
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
587NativeMethods.EventObjectValueChange,