10 references to TemplateBinding
PresentationFramework (10)
src\Framework\System\Windows\FrameworkElementFactory.cs (2)
266
UpdatePropertyValueList( dp, PropertyValueType.
TemplateBinding
, templateBinding );
1279
PropertyValues[i].ValueType == PropertyValueType.
TemplateBinding
))
src\Framework\System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
202
case PropertyValueType.
TemplateBinding
:
src\Framework\System\Windows\TemplateContent.cs (7)
279
value.ValueType = PropertyValueType.
TemplateBinding
;
1314
pv.ValueType = PropertyValueType.
TemplateBinding
;
1335
pv.ValueType = PropertyValueType.
TemplateBinding
;
1351
pv.ValueType = PropertyValueType.
TemplateBinding
;
1367
pv.ValueType = PropertyValueType.
TemplateBinding
;
1407
propertyValue.ValueType = PropertyValueType.
TemplateBinding
;
1426
propertyValue.ValueType = PropertyValueType.
TemplateBinding
;