3 references to WindowClosedEvent
UIAutomationClient (1)
System\Windows\Automation\WindowPattern.cs (1)
72public static readonly AutomationEvent WindowClosedEvent = WindowPatternIdentifiers.WindowClosedEvent;
UIAutomationProvider (1)
System\Windows\Automation\Provider\AutomationInteropProvider.cs (1)
149if (e.EventId == WindowPatternIdentifiers.WindowClosedEvent && !(e is WindowClosedEventArgs))
UIAutomationTypes (1)
System\Windows\Automation\WindowClosedEventArgs.cs (1)
29: base(WindowPatternIdentifiers.WindowClosedEvent)