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