C# Class MetroPass.UI.App

Show file Open project: TheAngryByrd/MetroPass

Public Properties

Property Type Description
NormalFont Windows.UI.Xaml.Media.FontFamily
PasswordFont Windows.UI.Xaml.Media.FontFamily

Public Methods

Method Description
App ( ) : System

Protected Methods

Method Description
BuildUp ( object instance ) : void
Configure ( ) : void
GetAllInstances ( Type service ) : IEnumerable
GetInstance ( Type service, string key ) : object
OnFileActivated ( FileActivatedEventArgs args ) : void
OnLaunched ( LaunchActivatedEventArgs args ) : void
OnResuming ( object sender, object e ) : void
OnSearchActivated ( Windows args ) : void
OnUnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
OnWindowCreated ( Windows args ) : void
PrepareViewFirst ( Frame rootFrame ) : void

Private Methods

Method Description
ConfigureSettings ( SettingsPane sender, SettingsPaneCommandsRequestedEventArgs args ) : void
GetBaseScreen ( ) : BaseScreen
LaunchUrl ( string url ) : void
OnSuspending ( object sender, SuspendingEventArgs e ) : void
SaveSettings ( DatabaseSettingsViewModel settingsViewModel, UIElement _ ) : void
SetAds ( bool value ) : void
SettingsClosed ( DatabaseSettingsViewModel s, UIElement v ) : void

Method Details

App() public method

public App ( ) : System
return System

BuildUp() protected method

protected BuildUp ( object instance ) : void
instance object
return void

Configure() protected method

protected Configure ( ) : void
return void

GetAllInstances() protected method

protected GetAllInstances ( Type service ) : IEnumerable
service System.Type
return IEnumerable

GetInstance() protected method

protected GetInstance ( Type service, string key ) : object
service System.Type
key string
return object

OnFileActivated() protected method

protected OnFileActivated ( FileActivatedEventArgs args ) : void
args Windows.ApplicationModel.Activation.FileActivatedEventArgs
return void

OnLaunched() protected method

protected OnLaunched ( LaunchActivatedEventArgs args ) : void
args Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
return void

OnResuming() protected method

protected OnResuming ( object sender, object e ) : void
sender object
e object
return void

OnSearchActivated() protected method

protected OnSearchActivated ( Windows args ) : void
args Windows
return void

OnUnhandledException() protected method

protected OnUnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
sender object
e UnhandledExceptionEventArgs
return void

OnWindowCreated() protected method

protected OnWindowCreated ( Windows args ) : void
args Windows
return void

PrepareViewFirst() protected method

protected PrepareViewFirst ( Frame rootFrame ) : void
rootFrame Windows.UI.Xaml.Controls.Frame
return void

Property Details

NormalFont public static property

public static FontFamily,Windows.UI.Xaml.Media NormalFont
return Windows.UI.Xaml.Media.FontFamily

PasswordFont public static property

public static FontFamily,Windows.UI.Xaml.Media PasswordFont
return Windows.UI.Xaml.Media.FontFamily