10 references to TemplateBinding
PresentationFramework (10)
System\Windows\FrameworkElementFactory.cs (2)
247
UpdatePropertyValueList( dp, PropertyValueType.
TemplateBinding
, templateBinding );
1245
propertyValue.ValueType == PropertyValueType.
TemplateBinding
))
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
189
case PropertyValueType.
TemplateBinding
:
System\Windows\TemplateContent.cs (7)
266
value.ValueType = PropertyValueType.
TemplateBinding
;
1243
ValueType = PropertyValueType.
TemplateBinding
,
1266
ValueType = PropertyValueType.
TemplateBinding
,
1284
ValueType = PropertyValueType.
TemplateBinding
,
1302
ValueType = PropertyValueType.
TemplateBinding
,
1344
ValueType = PropertyValueType.
TemplateBinding
,
1365
ValueType = PropertyValueType.
TemplateBinding
,