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

GetFirstAmbientValue() public method

public GetFirstAmbientValue ( ) : object
return object
		public object GetFirstAmbientValue (params XamlType [] types)
		{
			foreach (var obj in GetAllAmbientValues (types))
				return obj;
			return null;
		}
		

Same methods

AmbientProvider::GetFirstAmbientValue ( IEnumerable ceilingTypes ) : System.Xaml.AmbientPropertyValue