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