7 references to ValueElementType
PresentationBuildTasks (7)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlRecordWriter.cs (1)
1224xamlPropertyWithType.ValueElementType,
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (3)
1418_styleTargetTypeType = xamlPropertyNode.ValueElementType; 1423if (BamlRecordWriter != null && xamlPropertyNode.ValueElementType == null) 1440xamlPropertyNode.ValueElementType));
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (2)
1591_templateTargetTypeType = xamlPropertyNode.ValueElementType; 1649xamlPropertyNode.ValueElementType));
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlParser.cs (1)
688if (xamlPropertyNode.ValueElementType == null)