18 references to StructureChangedEvent
UIAutomationClient (8)
MS\Internal\Automation\ClientEventManager.cs (4)
581
if ( l.EventId == AutomationElement.
StructureChangedEvent
)
622
RaiseEventInThisClientOnly(AutomationElement.
StructureChangedEvent
, runtimeId, e);
645
if ( l.EventId == AutomationElement.
StructureChangedEvent
)
680
RaiseEventInThisClientOnly(AutomationElement.
StructureChangedEvent
, rawEl, e);
System\Windows\Automation\Automation.cs (4)
165
Misc.ValidateArgument( eventId != AutomationElement.
StructureChangedEvent
,SRID.EventIdMustNotBeStructureChanged );
241
Misc.ValidateArgument( eventId != AutomationElement.
StructureChangedEvent
, SRID.EventIdMustNotBeStructureChanged );
331
EventListener l = new EventListener(AutomationElement.
StructureChangedEvent
, scope, null, CacheRequest.CurrentUiaCacheRequest);
353
ClientEventManager.RemoveListener(AutomationElement.
StructureChangedEvent
, element, eventHandler);
UIAutomationClientsideProviders (10)
MS\Internal\AutomationProxies\EventManager.cs (2)
522
_objectIdWindow.Add(AutomationElement.
StructureChangedEvent
, new RaiseEvent(HandleStructureChangedEventWindow));
549
_objectIdClient.Add(AutomationElement.
StructureChangedEvent
, new RaiseEvent(HandleStructureChangedEventClient));
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
325
if (eventTable.ContainsKey(AutomationElement.
StructureChangedEvent
) && !IsClientObject(idObject, idChild))
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
463
else if (idEvent == AutomationElement.
StructureChangedEvent
)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
511
if ((idProp as AutomationEvent) == AutomationElement.
StructureChangedEvent
&&
MS\Internal\AutomationProxies\WindowsListView.cs (2)
134
if ((eventId == NativeMethods.EventObjectReorder) && (idProp as AutomationEvent) == AutomationElement.
StructureChangedEvent
)
1976
else if ((eventId == NativeMethods.EventObjectDestroy || eventId == NativeMethods.EventObjectCreate) && automationEvent == AutomationElement.
StructureChangedEvent
)
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
102
if (eventId == NativeMethods.EventObjectDestroy && idProp == AutomationElement.
StructureChangedEvent
)
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
117
if (((idProp as AutomationEvent) == AutomationElement.
StructureChangedEvent
&& el is TreeViewItem) && !(eventId == NativeMethods.EventObjectDestroy || eventId == NativeMethods.EventObjectCreate))
363
if (idEvent == AutomationElement.
StructureChangedEvent
)