2 instantiations of WindowClosedEventArgs
UIAutomationClient (2)
MS\Internal\Automation\ClientEventManager.cs (1)
596
WindowClosedEventArgs e = new
WindowClosedEventArgs
( runtimeId );
MS\Internal\Automation\UiaCoreApi.cs (1)
685
return new
WindowClosedEventArgs
(runtimeId);
2 references to WindowClosedEventArgs
UIAutomationClient (1)
MS\Internal\Automation\ClientEventManager.cs (1)
596
WindowClosedEventArgs
e = new WindowClosedEventArgs( runtimeId );
UIAutomationProvider (1)
System\Windows\Automation\Provider\AutomationInteropProvider.cs (1)
149
if (e.EventId == WindowPatternIdentifiers.WindowClosedEvent && !(e is
WindowClosedEventArgs
))