1 implementation of GetFirstAmbientValue
System.Xaml (1)
System\Xaml\Context\ServiceProviderContext.cs (1)
129AmbientPropertyValue IAmbientProvider.GetFirstAmbientValue(
3 references to GetFirstAmbientValue
PresentationFramework (3)
System\Windows\Markup\DependencyPropertyConverter.cs (2)
206AmbientPropertyValue firstAmbientValue = ambientProvider.GetFirstAmbientValue(ceilingTypes, styleTargetType, 249ambientProvider.GetFirstAmbientValue(new XamlType[] { frameworkTemplateXType }, templateProperty);
System\Windows\Markup\RoutedEventConverter.cs (1)
94AmbientPropertyValue firstAmbientValue = iapp.GetFirstAmbientValue(ceilingTypes, styleTargetType);