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