10 references to TemplateBinding
PresentationFramework (10)
System\Windows\FrameworkElementFactory.cs (2)
252
UpdatePropertyValueList( dp, PropertyValueType.
TemplateBinding
, templateBinding );
1248
propertyValue.ValueType == PropertyValueType.
TemplateBinding
))
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
190
case PropertyValueType.
TemplateBinding
:
System\Windows\TemplateContent.cs (7)
265
value.ValueType = PropertyValueType.
TemplateBinding
;
1247
pv.ValueType = PropertyValueType.
TemplateBinding
;
1268
pv.ValueType = PropertyValueType.
TemplateBinding
;
1284
pv.ValueType = PropertyValueType.
TemplateBinding
;
1300
pv.ValueType = PropertyValueType.
TemplateBinding
;
1340
propertyValue.ValueType = PropertyValueType.
TemplateBinding
;
1359
propertyValue.ValueType = PropertyValueType.
TemplateBinding
;