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