18 references to StructureChangedEvent
UIAutomationClient (8)
MS\Internal\Automation\ClientEventManager.cs (4)
564
if ( l.EventId == AutomationElement.
StructureChangedEvent
)
605
RaiseEventInThisClientOnly(AutomationElement.
StructureChangedEvent
, runtimeId, e);
627
if ( l.EventId == AutomationElement.
StructureChangedEvent
)
662
RaiseEventInThisClientOnly(AutomationElement.
StructureChangedEvent
, rawEl, e);
System\Windows\Automation\Automation.cs (4)
129
Misc.ValidateArgument( eventId != AutomationElement.
StructureChangedEvent
, nameof(SR.EventIdMustNotBeStructureChanged) );
197
Misc.ValidateArgument( eventId != AutomationElement.
StructureChangedEvent
, nameof(SR.EventIdMustNotBeStructureChanged) );
268
EventListener l = new EventListener(AutomationElement.
StructureChangedEvent
, scope, null, CacheRequest.CurrentUiaCacheRequest);
284
ClientEventManager.RemoveListener(AutomationElement.
StructureChangedEvent
, element, eventHandler);
UIAutomationClientSideProviders (10)
MS\Internal\AutomationProxies\EventManager.cs (2)
509
_objectIdWindow.Add(AutomationElement.
StructureChangedEvent
, new RaiseEvent(HandleStructureChangedEventWindow));
536
_objectIdClient.Add(AutomationElement.
StructureChangedEvent
, new RaiseEvent(HandleStructureChangedEventClient));
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
316
if (eventTable.ContainsKey(AutomationElement.
StructureChangedEvent
) && !IsClientObject(idObject, idChild))
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
442
else if (idEvent == AutomationElement.
StructureChangedEvent
)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
499
if ((idProp as AutomationEvent) == AutomationElement.
StructureChangedEvent
&&
MS\Internal\AutomationProxies\WindowsListView.cs (2)
124
if ((eventId == NativeMethods.EventObjectReorder) && (idProp as AutomationEvent) == AutomationElement.
StructureChangedEvent
)
1969
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 (2)
106
if (((idProp as AutomationEvent) == AutomationElement.
StructureChangedEvent
&& el is TreeViewItem) && !(eventId == NativeMethods.EventObjectDestroy || eventId == NativeMethods.EventObjectCreate))
352
if (idEvent == AutomationElement.
StructureChangedEvent
)