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