10 references to Value
PresentationFramework (9)
System\Windows\Markup\DependencyPropertyConverter.cs (5)
211if (firstAmbientValue.Value is Type) 213type = (Type)firstAmbientValue.Value; 215else if (firstAmbientValue.Value is TemplateContent) 217TemplateContent tempContent = firstAmbientValue.Value 251ambientValue.Value as System.Windows.TemplateContent;
System\Windows\Markup\RoutedEventConverter.cs (1)
98type = firstAmbientValue.Value as Type;
System\Windows\StaticResourceExtension.cs (3)
248if (ambientValue.Value is ResourceDictionary) 250var resourceDictionary = (ResourceDictionary)ambientValue.Value; 256if (ambientValue.Value is Style style)
System.Xaml.Tests (1)
System\Xaml\AmbientPropertyValueTests.cs (1)
25Assert.Equal(value, ambientValue.Value);