4 references to StructureChangedEvent
PresentationCore (2)
MS\Internal\Automation\EventMap.cs (2)
43
|| id == AutomationElementIdentifiers.
StructureChangedEvent
.Id
101
case AutomationEvents.StructureChanged: eventObject = AutomationElementIdentifiers.
StructureChangedEvent
; break;
UIAutomationClient (1)
System\Windows\Automation\AutomationElement.cs (1)
255
public static readonly AutomationEvent StructureChangedEvent = AutomationElementIdentifiers.
StructureChangedEvent
;
UIAutomationTypes (1)
System\Windows\Automation\StructureChangedEventArgs.cs (1)
73
: base(AutomationElementIdentifiers.
StructureChangedEvent
)