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