2 writes to ValuePropertyType
PresentationBuildTasks (2)
Framework\System\Windows\Markup\StyleXamlParser.cs (1)
559
_setterOrTriggerValueNode.
ValuePropertyType
= propertyType;
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
581
_setterOrTriggerValueNode.
ValuePropertyType
= propertyType;
2 references to ValuePropertyType
PresentationBuildTasks (2)
Framework\System\Windows\Markup\BamlRecordWriter.cs (2)
996
xamlProperty.
ValuePropertyType
,
1010
bamlPropertyCustom.ValueType = xamlProperty.
ValuePropertyType
;