10 references to TemplateBinding
PresentationFramework (10)
System\Windows\FrameworkElementFactory.cs (2)
252UpdatePropertyValueList( dp, PropertyValueType.TemplateBinding, templateBinding ); 1248propertyValue.ValueType == PropertyValueType.TemplateBinding))
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
190case PropertyValueType.TemplateBinding:
System\Windows\TemplateContent.cs (7)
265value.ValueType = PropertyValueType.TemplateBinding; 1247pv.ValueType = PropertyValueType.TemplateBinding; 1268pv.ValueType = PropertyValueType.TemplateBinding; 1284pv.ValueType = PropertyValueType.TemplateBinding; 1300pv.ValueType = PropertyValueType.TemplateBinding; 1340propertyValue.ValueType = PropertyValueType.TemplateBinding; 1359propertyValue.ValueType = PropertyValueType.TemplateBinding;