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