C# Class ReactiveMVVM.SilverlightAppHost

Exibir arquivo Open project: MikeBild/ReactiveMVVM

Public Properties

Property Type Description
RegisterFrameProperty System.Windows.DependencyProperty

Public Methods

Method Description
Configure ( ) : void
GetRegisterFrame ( UIElement element ) : System.Boolean
SetRegisterFrame ( UIElement element, System.Boolean value ) : void
Start ( ) : void

Protected Methods

Method Description
RegisterAssembly ( Assembly assembly ) : SilverlightAppHost

Method Details

Configure() public method

public Configure ( ) : void
return void

GetRegisterFrame() public static method

public static GetRegisterFrame ( UIElement element ) : System.Boolean
element UIElement
return System.Boolean

RegisterAssembly() protected method

protected RegisterAssembly ( Assembly assembly ) : SilverlightAppHost
assembly System.Reflection.Assembly
return SilverlightAppHost

SetRegisterFrame() public static method

public static SetRegisterFrame ( UIElement element, System.Boolean value ) : void
element UIElement
value System.Boolean
return void

Start() public method

public Start ( ) : void
return void

Property Details

RegisterFrameProperty public_oe static_oe property

public static DependencyProperty,System.Windows RegisterFrameProperty
return System.Windows.DependencyProperty