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