9 references to EventObjectValueChange
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\ProxyHwnd.cs (3)
360return new int[] { NativeMethods.EventObjectValueChange }; 379return new int [] { NativeMethods.EventObjectValueChange }; 435new(NativeMethods.EventObjectValueChange, idEvent), // For WindowsScrollBarBits
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
821editPortionEvents[c]._evtId = (p == ValuePattern.ValueProperty) ? NativeMethods.EventObjectValueChange : NativeMethods.EventObjectStateChange;
MS\Internal\AutomationProxies\WindowsListView.cs (2)
1950eventId = NativeMethods.EventObjectValueChange; 1959eventId = NativeMethods.EventObjectValueChange;
MS\Internal\AutomationProxies\WindowsTab.cs (2)
53_upDownEvents[0]._evtId = NativeMethods.EventObjectValueChange; 719if (eventId == NativeMethods.EventObjectValueChange
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
567NativeMethods.EventObjectValueChange,