2 references to OnShutdownFinished
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndSource.cs (2)
3092
_that.ShutdownFinished += new EventHandler(this.
OnShutdownFinished
);
3112
_that.ShutdownFinished-= new EventHandler(this.
OnShutdownFinished
);