C# Class NDG.Helpers.Classes.VisualTreeHelperExtensions

Show file Open project: nokiadatagathering/WP7-Official

Public Methods

Method Description
DisableCurrentPage ( this rootFrame ) : void
EnableCurrenPage ( this rootFrame ) : void
Unfocus ( this page ) : bool

Private Methods

Method Description
SetIsEnabledAllControls ( DependencyObject element, bool isEnabled ) : void
UnfocusTextBox ( DependencyObject element ) : bool

Method Details

DisableCurrentPage() public static method

public static DisableCurrentPage ( this rootFrame ) : void
rootFrame this
return void

EnableCurrenPage() public static method

public static EnableCurrenPage ( this rootFrame ) : void
rootFrame this
return void

Unfocus() public static method

public static Unfocus ( this page ) : bool
page this
return bool