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