3 references to StructureChanged
PresentationCore (3)
MS\Internal\Automation\EventMap.cs (1)
115case AutomationEvents.StructureChanged: eventObject = AutomationElementIdentifiers.StructureChangedEvent; break;
System\Windows\Automation\Peers\AutomationPeer.cs (2)
1908if (!EventMap.HasRegisteredEvent(AutomationEvents.StructureChanged)) 2049bool notifyStructureChanged = EventMap.HasRegisteredEvent(AutomationEvents.StructureChanged);