11 references to EventObjectCreate
UIAutomationClientSideProviders (11)
MS\Internal\AutomationProxies\EventManager.cs (1)
397
if (eventId == NativeMethods.
EventObjectCreate
)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
442
new(NativeMethods.
EventObjectCreate
, idEvent),
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
496
(eventId == NativeMethods.EventObjectDestroy || eventId == NativeMethods.
EventObjectCreate
))
MS\Internal\AutomationProxies\WindowsListView.cs (4)
498
ReadOnlySpan<WinEventTracker.EvtIdProperty> aEvents = [new WinEventTracker.EvtIdProperty(NativeMethods.
EventObjectCreate
, TablePattern.ColumnHeadersProperty)];
527
ReadOnlySpan<WinEventTracker.EvtIdProperty> aEvents = [new WinEventTracker.EvtIdProperty(NativeMethods.
EventObjectCreate
, TablePattern.ColumnHeadersProperty)];
1965
else if ((eventId == NativeMethods.EventObjectDestroy || eventId == NativeMethods.
EventObjectCreate
) && automationEvent == AutomationElement.StructureChangedEvent)
1980
if (eventId == NativeMethods.
EventObjectCreate
&& fGroupView)
MS\Internal\AutomationProxies\WindowsTreeView.cs (3)
75
eventId == NativeMethods.
EventObjectCreate
||
105
if (((idProp as AutomationEvent) == AutomationElement.StructureChangedEvent && el is TreeViewItem) && !(eventId == NativeMethods.EventObjectDestroy || eventId == NativeMethods.
EventObjectCreate
))
352
new(NativeMethods.
EventObjectCreate
, idEvent),
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
553
NativeMethods.
EventObjectCreate
,