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