C# Класс System.Xaml.AmbientProvider

Наследование: IAmbientProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
DoGetAllAmbientValues ( IEnumerable ceilingTypes, bool searchLiveStackOnly, IEnumerable types ) : IEnumerable
DoesAmbientPropertyApply ( System.Xaml.AmbientPropertyValue p, IEnumerable types ) : bool

Описание методов

GetAllAmbientValues() публичный Метод

public GetAllAmbientValues ( IEnumerable ceilingTypes ) : IEnumerable
ceilingTypes IEnumerable
Результат IEnumerable

GetAllAmbientValues() публичный Метод

public GetAllAmbientValues ( IEnumerable ceilingTypes, bool searchLiveStackOnly, IEnumerable types ) : IEnumerable
ceilingTypes IEnumerable
searchLiveStackOnly bool
types IEnumerable
Результат IEnumerable

GetAllAmbientValues() публичный Метод

public GetAllAmbientValues ( ) : IEnumerable
Результат IEnumerable

GetFirstAmbientValue() публичный Метод

public GetFirstAmbientValue ( IEnumerable ceilingTypes ) : System.Xaml.AmbientPropertyValue
ceilingTypes IEnumerable
Результат System.Xaml.AmbientPropertyValue

GetFirstAmbientValue() публичный Метод

public GetFirstAmbientValue ( ) : object
Результат object

Pop() публичный Метод

public Pop ( ) : void
Результат void

Push() публичный Метод

public Push ( System.Xaml.AmbientPropertyValue v ) : void
v System.Xaml.AmbientPropertyValue
Результат void