11 references to EventObjectDestroy
UIAutomationClientSideProviders (11)
MS\Internal\AutomationProxies\EventManager.cs (1)
401
else if (eventId == NativeMethods.
EventObjectDestroy
)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
443
new(NativeMethods.
EventObjectDestroy
, idEvent),
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
496
(eventId == NativeMethods.
EventObjectDestroy
|| eventId == NativeMethods.EventObjectCreate))
MS\Internal\AutomationProxies\WindowsListView.cs (3)
62
_groupEvents [2]._evtId = NativeMethods.
EventObjectDestroy
;
1145
case NativeMethods.
EventObjectDestroy
:
1965
else if ((eventId == NativeMethods.
EventObjectDestroy
|| eventId == NativeMethods.EventObjectCreate) && automationEvent == AutomationElement.StructureChangedEvent)
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
91
if (eventId == NativeMethods.
EventObjectDestroy
&& idProp == AutomationElement.StructureChangedEvent)
MS\Internal\AutomationProxies\WindowsTreeView.cs (3)
74
eventId == NativeMethods.
EventObjectDestroy
||
105
if (((idProp as AutomationEvent) == AutomationElement.StructureChangedEvent && el is TreeViewItem) && !(eventId == NativeMethods.
EventObjectDestroy
|| eventId == NativeMethods.EventObjectCreate))
353
new(NativeMethods.
EventObjectDestroy
, idEvent)
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
554
NativeMethods.
EventObjectDestroy
,