C# Class Catel.Services.NavigationRootService

Show file Open project: Catel/Catel

Public Methods

Method Description
GetNavigationRoot ( ) : object

Gets the navigation root.

Protected Methods

Method Description
GetApplicationRootFrame ( ) : System.Windows.Controls.Frame

Gets the application root frame.

GetApplicationRootFrame ( ) : System.Windows.Controls.Frame

Gets the application root frame.

GetApplicationRootFrame ( ) : Microsoft.Phone.Controls.PhoneApplicationFrame

Gets the application root frame.

Method Details

GetApplicationRootFrame() protected method

Gets the application root frame.
protected GetApplicationRootFrame ( ) : System.Windows.Controls.Frame
return System.Windows.Controls.Frame

GetApplicationRootFrame() protected method

Gets the application root frame.
protected GetApplicationRootFrame ( ) : System.Windows.Controls.Frame
return System.Windows.Controls.Frame

GetApplicationRootFrame() protected method

Gets the application root frame.
protected GetApplicationRootFrame ( ) : Microsoft.Phone.Controls.PhoneApplicationFrame
return Microsoft.Phone.Controls.PhoneApplicationFrame

GetNavigationRoot() public method

Gets the navigation root.
public GetNavigationRoot ( ) : object
return object