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