22 references to EventObjectStateChange
UIAutomationClientSideProviders (22)
MS\Internal\AutomationProxies\EventManager.cs (4)
144if (eventId == NativeMethods.EventObjectStateChange) 316eventId == NativeMethods.EventObjectStateChange || 329if (eventId == NativeMethods.EventObjectStateChange) 365eventId == NativeMethods.EventObjectStateChange)
MS\Internal\AutomationProxies\NonClientArea.cs (2)
83return new int[] { NativeMethods.EventObjectStateChange }; 684if (eventId == NativeMethods.EventObjectStateChange && idProp == ValuePattern.IsReadOnlyProperty)
MS\Internal\AutomationProxies\ProxyHwnd.cs (4)
368return new int [] { NativeMethods.EventObjectStateChange, 390NativeMethods.EventObjectStateChange }; 409new(NativeMethods.EventObjectStateChange, idEvent) 434new(NativeMethods.EventObjectStateChange, idEvent),
MS\Internal\AutomationProxies\WindowsButton.cs (1)
192&& eventId == NativeMethods.EventObjectStateChange)
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
751if (eventId == NativeMethods.EventObjectStateChange && idChild == 2) 821editPortionEvents[c]._evtId = (p == ValuePattern.ValueProperty) ? NativeMethods.EventObjectValueChange : NativeMethods.EventObjectStateChange;
MS\Internal\AutomationProxies\WindowsListView.cs (2)
1543return CheckBoxes (_hwnd) ? new int [] { NativeMethods.EventObjectNameChange, NativeMethods.EventObjectStateChange } : new int [] { NativeMethods.EventObjectNameChange }; 1954else if (eventId == NativeMethods.EventObjectStateChange && CheckBoxes(hwnd))
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
79if (idChild == 0 && eventId == NativeMethods.EventObjectStateChange && idProp == ValuePattern.IsReadOnlyProperty)
MS\Internal\AutomationProxies\WindowsTreeView.cs (5)
73eventId == NativeMethods.EventObjectStateChange || 98if (idProp == ExpandCollapsePattern.ExpandCollapseStateProperty && el is TreeViewItem && eventId == NativeMethods.EventObjectStateChange) 335NativeMethods.EventObjectStateChange }; 339return new int[] { NativeMethods.EventObjectStateChange }; 351new(NativeMethods.EventObjectStateChange, idEvent),
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
563NativeMethods.EventObjectStateChange,