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