11 references to EventObjectCreate
UIAutomationClientSideProviders (11)
MS\Internal\AutomationProxies\EventManager.cs (1)
398
if (eventId == NativeMethods.
EventObjectCreate
)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
443
new(NativeMethods.
EventObjectCreate
, idEvent),
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
497
(eventId == NativeMethods.EventObjectDestroy || eventId == NativeMethods.
EventObjectCreate
))
MS\Internal\AutomationProxies\WindowsListView.cs (4)
499
ReadOnlySpan<WinEventTracker.EvtIdProperty> aEvents = [new WinEventTracker.EvtIdProperty(NativeMethods.
EventObjectCreate
, TablePattern.ColumnHeadersProperty)];
528
ReadOnlySpan<WinEventTracker.EvtIdProperty> aEvents = [new WinEventTracker.EvtIdProperty(NativeMethods.
EventObjectCreate
, TablePattern.ColumnHeadersProperty)];
1966
else if ((eventId == NativeMethods.EventObjectDestroy || eventId == NativeMethods.
EventObjectCreate
) && automationEvent == AutomationElement.StructureChangedEvent)
1981
if (eventId == NativeMethods.
EventObjectCreate
&& fGroupView)
MS\Internal\AutomationProxies\WindowsTreeView.cs (3)
76
eventId == NativeMethods.
EventObjectCreate
||
106
if (((idProp as AutomationEvent) == AutomationElement.StructureChangedEvent && el is TreeViewItem) && !(eventId == NativeMethods.EventObjectDestroy || eventId == NativeMethods.
EventObjectCreate
))
353
new(NativeMethods.
EventObjectCreate
, idEvent),
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
554
NativeMethods.
EventObjectCreate
,