wManager.Wow.Helpers Namespace
WRobot

App Members

The App type exposes the following members.

Methods


  Name Description
Public method CheckAccess (Inherited from DispatcherObject.)
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method FindResource(System.Object) (Inherited from Application.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnActivated(System.EventArgs) (Inherited from Application.)
Protected method OnDeactivated(System.EventArgs) (Inherited from Application.)
Protected method OnExit(System.Windows.ExitEventArgs) (Inherited from Application.)
Protected method OnFragmentNavigation(System.Windows.Navigation.FragmentNavigationEventArgs) (Inherited from Application.)
Protected method OnLoadCompleted(System.Windows.Navigation.NavigationEventArgs) (Inherited from Application.)
Protected method OnNavigated(System.Windows.Navigation.NavigationEventArgs) (Inherited from Application.)
Protected method OnNavigating(System.Windows.Navigation.NavigatingCancelEventArgs) (Inherited from Application.)
Protected method OnNavigationFailed(System.Windows.Navigation.NavigationFailedEventArgs) (Inherited from Application.)
Protected method OnNavigationProgress(System.Windows.Navigation.NavigationProgressEventArgs) (Inherited from Application.)
Protected method OnNavigationStopped(System.Windows.Navigation.NavigationEventArgs) (Inherited from Application.)
Protected method OnSessionEnding(System.Windows.SessionEndingCancelEventArgs) (Inherited from Application.)
Protected method OnStartup(System.Windows.StartupEventArgs) (Inherited from Application.)
Public method Run (Inherited from Application.)
Public method Run(System.Windows.Window) (Inherited from Application.)
Public method Shutdown (Inherited from Application.)
Public method Shutdown(System.Int32) (Inherited from Application.)
Public method ToString (Inherited from Object.)
Public method TryFindResource(System.Object) (Inherited from Application.)
Public method VerifyAccess (Inherited from DispatcherObject.)

Properties


  Name Description
Public property Dispatcher (Inherited from DispatcherObject.)
Public property MainWindow (Inherited from Application.)
Public property Properties (Inherited from Application.)
Public property Resources (Inherited from Application.)
Public property ShutdownMode (Inherited from Application.)
Public property StartupUri (Inherited from Application.)
Public property Windows (Inherited from Application.)

Events


  Name Description
Public event Activated (Inherited from Application.)
Public event Deactivated (Inherited from Application.)
Public event DispatcherUnhandledException (Inherited from Application.)
Public event Exit (Inherited from Application.)
Public event FragmentNavigation (Inherited from Application.)
Public event LoadCompleted (Inherited from Application.)
Public event Navigated (Inherited from Application.)
Public event Navigating (Inherited from Application.)
Public event NavigationFailed (Inherited from Application.)
Public event NavigationProgress (Inherited from Application.)
Public event NavigationStopped (Inherited from Application.)
Public event SessionEnding (Inherited from Application.)
Public event Startup (Inherited from Application.)