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