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