System.Xaml.AmbientProvider.GetAllAmbientValues C# (CSharp) Method

GetAllAmbientValues() public method

public GetAllAmbientValues ( IEnumerable ceilingTypes ) : IEnumerable
ceilingTypes IEnumerable
return IEnumerable
		public IEnumerable<AmbientPropertyValue> GetAllAmbientValues (IEnumerable<XamlType> ceilingTypes, params XamlMember [] properties)
		{
			return GetAllAmbientValues (ceilingTypes, false, null, properties);
		}
		

Same methods

AmbientProvider::GetAllAmbientValues ( IEnumerable ceilingTypes, bool searchLiveStackOnly, IEnumerable types ) : IEnumerable
AmbientProvider::GetAllAmbientValues ( ) : IEnumerable