2 references to MenuClosed
PresentationCore (1)
MS\Internal\Automation\EventMap.cs (1)
104
case AutomationEvents.
MenuClosed
: eventObject = AutomationElementIdentifiers.MenuClosedEvent; break;
PresentationFramework (1)
System\Windows\Controls\Primitives\MenuBase.cs (1)
308
AutomationEvents automationEvent = open ? AutomationEvents.MenuOpened : AutomationEvents.
MenuClosed
;