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