Wpf hierarchicaldatatemplate multiple itemssource

You expect the content of the current HierarchicalDataTemplate to use the properties set in the ItemsSource property of that template. As mentioned before, you always work your way from the bottom up when creating your TreeView hierarchy. The ItemsSource of each HierarchicalDataTemplate is used to feed the data to the previous template. ................
................