10 references to TemplateBinding
PresentationFramework (10)
System\Windows\FrameworkElementFactory.cs (2)
248
UpdatePropertyValueList( dp, PropertyValueType.
TemplateBinding
, templateBinding );
1246
propertyValue.ValueType == PropertyValueType.
TemplateBinding
))
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
190
case PropertyValueType.
TemplateBinding
:
System\Windows\TemplateContent.cs (7)
267
value.ValueType = PropertyValueType.
TemplateBinding
;
1246
ValueType = PropertyValueType.
TemplateBinding
,
1269
ValueType = PropertyValueType.
TemplateBinding
,
1287
ValueType = PropertyValueType.
TemplateBinding
,
1305
ValueType = PropertyValueType.
TemplateBinding
,
1347
ValueType = PropertyValueType.
TemplateBinding
,
1368
ValueType = PropertyValueType.
TemplateBinding
,