I have a TreeView control. It has a SelectedItemChanged event handler. In this event handler, the sender parameter comes in as a TreeView. When expanding and investigating the datatips for sender, it displays a property 'SelectedContainer' as ((System.Windows.Controls.TreeView)(sender)).SelectedContainer
I can not find this property anywhere. So where does it come from?
Is this property accessible to me?