2 references to ItemsSourcePropertyName
PresentationBuildTasks (2)
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
1029
else if (xamlNode.PropName == XamlTemplateSerializer.
ItemsSourcePropertyName
||
Framework\System\Windows\Markup\XamlTemplateSerializer.cs (1)
229
internal const string HierarchicalDataTemplateItemsSourceFullPropertyName = HierarchicalDataTemplateTagName + "." +
ItemsSourcePropertyName
;