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