C# Class Microsoft.Practices.Prism.Regions.DefaultRegionManagerAccessor

Inheritance: IRegionManagerAccessor
Mostrar archivo Open project: xperiandri/PortablePrism

Public Methods

Method Description
GetRegionManager ( DependencyObject element ) : IRegionManager

Gets the value of the RegionName attached property.

GetRegionName ( DependencyObject element ) : string

Gets the value for the RegionName attached property.

Method Details

GetRegionManager() public method

Gets the value of the RegionName attached property.
public GetRegionManager ( DependencyObject element ) : IRegionManager
element DependencyObject The target element.
return IRegionManager

GetRegionName() public method

Gets the value for the RegionName attached property.
public GetRegionName ( DependencyObject element ) : string
element DependencyObject The object to adapt. This is typically a container (i.e a control).
return string