2 references to OnShutdownFinished
PresentationFramework (2)
src\Framework\System\Windows\Interop\HwndHost.cs (2)
1428
_that.ShutdownFinished += new EventHandler(this.
OnShutdownFinished
);
1448
_that.ShutdownFinished-= new EventHandler(this.
OnShutdownFinished
);