2 references to OnShutdownFinished
PresentationFramework (2)
System\Windows\Interop\HwndHost.cs (2)
1158
_that.ShutdownFinished += new EventHandler(this.
OnShutdownFinished
);
1178
_that.ShutdownFinished-= new EventHandler(this.
OnShutdownFinished
);