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