C# Class System.Xaml.AmbientProvider

Inheritance: IAmbientProvider
Mostra file Open project: Clancey/XamlForIphone

Public Methods

Method Description
GetAllAmbientValues ( IEnumerable ceilingTypes ) : IEnumerable
GetAllAmbientValues ( IEnumerable ceilingTypes, bool searchLiveStackOnly, IEnumerable types ) : IEnumerable
GetAllAmbientValues ( ) : IEnumerable
GetFirstAmbientValue ( IEnumerable ceilingTypes ) : System.Xaml.AmbientPropertyValue
GetFirstAmbientValue ( ) : object
Pop ( ) : void
Push ( System.Xaml.AmbientPropertyValue v ) : void

Private Methods

Method Description
DoGetAllAmbientValues ( IEnumerable ceilingTypes, bool searchLiveStackOnly, IEnumerable types ) : IEnumerable
DoesAmbientPropertyApply ( System.Xaml.AmbientPropertyValue p, IEnumerable types ) : bool

Method Details

GetAllAmbientValues() public method

public GetAllAmbientValues ( IEnumerable ceilingTypes ) : IEnumerable
ceilingTypes IEnumerable
return IEnumerable

GetAllAmbientValues() public method

public GetAllAmbientValues ( IEnumerable ceilingTypes, bool searchLiveStackOnly, IEnumerable types ) : IEnumerable
ceilingTypes IEnumerable
searchLiveStackOnly bool
types IEnumerable
return IEnumerable

GetAllAmbientValues() public method

public GetAllAmbientValues ( ) : IEnumerable
return IEnumerable

GetFirstAmbientValue() public method

public GetFirstAmbientValue ( IEnumerable ceilingTypes ) : System.Xaml.AmbientPropertyValue
ceilingTypes IEnumerable
return System.Xaml.AmbientPropertyValue

GetFirstAmbientValue() public method

public GetFirstAmbientValue ( ) : object
return object

Pop() public method

public Pop ( ) : void
return void

Push() public method

public Push ( System.Xaml.AmbientPropertyValue v ) : void
v System.Xaml.AmbientPropertyValue
return void