11 references to EventObjectDestroy
UIAutomationClientSideProviders (11)
MS\Internal\AutomationProxies\EventManager.cs (1)
402
else if (eventId == NativeMethods.
EventObjectDestroy
)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
444
new(NativeMethods.
EventObjectDestroy
, idEvent),
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
497
(eventId == NativeMethods.
EventObjectDestroy
|| eventId == NativeMethods.EventObjectCreate))
MS\Internal\AutomationProxies\WindowsListView.cs (3)
63
_groupEvents [2]._evtId = NativeMethods.
EventObjectDestroy
;
1146
case NativeMethods.
EventObjectDestroy
:
1966
else if ((eventId == NativeMethods.
EventObjectDestroy
|| eventId == NativeMethods.EventObjectCreate) && automationEvent == AutomationElement.StructureChangedEvent)
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
92
if (eventId == NativeMethods.
EventObjectDestroy
&& idProp == AutomationElement.StructureChangedEvent)
MS\Internal\AutomationProxies\WindowsTreeView.cs (3)
75
eventId == NativeMethods.
EventObjectDestroy
||
106
if (((idProp as AutomationEvent) == AutomationElement.StructureChangedEvent && el is TreeViewItem) && !(eventId == NativeMethods.
EventObjectDestroy
|| eventId == NativeMethods.EventObjectCreate))
354
new(NativeMethods.
EventObjectDestroy
, idEvent)
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
555
NativeMethods.
EventObjectDestroy
,