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