9 references to EventObjectValueChange
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\ProxyHwnd.cs (3)
361return new int[] { NativeMethods.EventObjectValueChange }; 380return new int [] { NativeMethods.EventObjectValueChange }; 436new(NativeMethods.EventObjectValueChange, idEvent), // For WindowsScrollBarBits
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
822editPortionEvents[c]._evtId = (p == ValuePattern.ValueProperty) ? NativeMethods.EventObjectValueChange : NativeMethods.EventObjectStateChange;
MS\Internal\AutomationProxies\WindowsListView.cs (2)
1951eventId = NativeMethods.EventObjectValueChange; 1960eventId = NativeMethods.EventObjectValueChange;
MS\Internal\AutomationProxies\WindowsTab.cs (2)
54_upDownEvents[0]._evtId = NativeMethods.EventObjectValueChange; 720if (eventId == NativeMethods.EventObjectValueChange
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
568NativeMethods.EventObjectValueChange,