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