10 references to Value
PresentationFramework (9)
System\Windows\Markup\DependencyPropertyConverter.cs (5)
210if (firstAmbientValue.Value is Type) 212type = (Type)firstAmbientValue.Value; 214else if (firstAmbientValue.Value is TemplateContent) 216TemplateContent tempContent = firstAmbientValue.Value 250ambientValue.Value as System.Windows.TemplateContent;
System\Windows\Markup\RoutedEventConverter.cs (1)
97type = firstAmbientValue.Value as Type;
System\Windows\StaticResourceExtension.cs (3)
247if (ambientValue.Value is ResourceDictionary) 249var resourceDictionary = (ResourceDictionary)ambientValue.Value; 255if (ambientValue.Value is Style style)
System.Xaml.Tests (1)
System\Xaml\AmbientPropertyValueTests.cs (1)
25Assert.Equal(value, ambientValue.Value);