7 references to ValueElementType
PresentationBuildTasks (7)
Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1239
xamlPropertyWithType.
ValueElementType
,
Framework\System\Windows\Markup\StyleXamlParser.cs (3)
1430
_styleTargetTypeType = xamlPropertyNode.
ValueElementType
;
1435
if (BamlRecordWriter != null && xamlPropertyNode.
ValueElementType
== null)
1452
xamlPropertyNode.
ValueElementType
));
Framework\System\Windows\Markup\TemplateXamlParser.cs (2)
1603
_templateTargetTypeType = xamlPropertyNode.
ValueElementType
;
1661
xamlPropertyNode.
ValueElementType
));
Framework\System\Windows\Markup\XamlParser.cs (1)
729
if (xamlPropertyNode.
ValueElementType
== null)