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