10 references to TemplateBinding
PresentationFramework (10)
System\Windows\FrameworkElementFactory.cs (2)
260
UpdatePropertyValueList( dp, PropertyValueType.
TemplateBinding
, templateBinding );
1256
propertyValue.ValueType == PropertyValueType.
TemplateBinding
))
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
196
case PropertyValueType.
TemplateBinding
:
System\Windows\TemplateContent.cs (7)
268
value.ValueType = PropertyValueType.
TemplateBinding
;
1250
pv.ValueType = PropertyValueType.
TemplateBinding
;
1271
pv.ValueType = PropertyValueType.
TemplateBinding
;
1287
pv.ValueType = PropertyValueType.
TemplateBinding
;
1303
pv.ValueType = PropertyValueType.
TemplateBinding
;
1343
propertyValue.ValueType = PropertyValueType.
TemplateBinding
;
1362
propertyValue.ValueType = PropertyValueType.
TemplateBinding
;