10 references to Value
PresentationFramework (10)
System\Windows\Markup\DependencyPropertyConverter.cs (5)
220if (firstAmbientValue.Value is Type) 222type = (Type)firstAmbientValue.Value; 224else if (firstAmbientValue.Value is TemplateContent) 226TemplateContent tempContent = firstAmbientValue.Value 260ambientValue.Value as System.Windows.TemplateContent;
System\Windows\Markup\RoutedEventConverter.cs (1)
99type = firstAmbientValue.Value as Type;
System\Windows\StaticResourceExtension.cs (4)
256if (ambientValue.Value is ResourceDictionary) 258var resourceDictionary = (ResourceDictionary)ambientValue.Value; 264if (ambientValue.Value is Style) 266var style = (Style)ambientValue.Value;