3 references to Exit
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\XappLauncher.cs (1)
46this.Exit += new ExitEventHandler(XappLauncherApp_Exit);
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (2)
11910app.Exit += OnApplicationExit; 12180app.Exit -= OnApplicationExit; // avoid re-entrancy