The page on UICollectionClass (from the Microsoft WPF libraries) has the following note:
A UIElementCollection has affinity to its own context (class). You must access the collection from the context of the owning Panel.
What is an example of an incorrect way of using this class where I would run into the problem cited above?