18 references to StructureChangedEvent
UIAutomationClient (8)
MS\Internal\Automation\ClientEventManager.cs (4)
563
if ( l.EventId == AutomationElement.
StructureChangedEvent
)
604
RaiseEventInThisClientOnly(AutomationElement.
StructureChangedEvent
, runtimeId, e);
626
if ( l.EventId == AutomationElement.
StructureChangedEvent
)
661
RaiseEventInThisClientOnly(AutomationElement.
StructureChangedEvent
, rawEl, e);
System\Windows\Automation\Automation.cs (4)
128
Misc.ValidateArgument( eventId != AutomationElement.
StructureChangedEvent
, nameof(SR.EventIdMustNotBeStructureChanged) );
196
Misc.ValidateArgument( eventId != AutomationElement.
StructureChangedEvent
, nameof(SR.EventIdMustNotBeStructureChanged) );
267
EventListener l = new EventListener(AutomationElement.
StructureChangedEvent
, scope, null, CacheRequest.CurrentUiaCacheRequest);
283
ClientEventManager.RemoveListener(AutomationElement.
StructureChangedEvent
, element, eventHandler);
UIAutomationClientSideProviders (10)
MS\Internal\AutomationProxies\EventManager.cs (2)
508
_objectIdWindow.Add(AutomationElement.
StructureChangedEvent
, new RaiseEvent(HandleStructureChangedEventWindow));
535
_objectIdClient.Add(AutomationElement.
StructureChangedEvent
, new RaiseEvent(HandleStructureChangedEventClient));
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
315
if (eventTable.ContainsKey(AutomationElement.
StructureChangedEvent
) && !IsClientObject(idObject, idChild))
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
439
else if (idEvent == AutomationElement.
StructureChangedEvent
)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
495
if ((idProp as AutomationEvent) == AutomationElement.
StructureChangedEvent
&&
MS\Internal\AutomationProxies\WindowsListView.cs (2)
123
if ((eventId == NativeMethods.EventObjectReorder) && (idProp as AutomationEvent) == AutomationElement.
StructureChangedEvent
)
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 (2)
105
if (((idProp as AutomationEvent) == AutomationElement.
StructureChangedEvent
&& el is TreeViewItem) && !(eventId == NativeMethods.EventObjectDestroy || eventId == NativeMethods.EventObjectCreate))
347
if (idEvent == AutomationElement.
StructureChangedEvent
)