Current static
property gets the Application class for the current AppDomain from anywhere
within that application.
Application
curApp = Application.Current;
Now using this curApp, you may access all Application properties and methods from anywhere in an application in WFP.