How do I explicityl call something like 'DoFilter' on System.Windows.Controls.ItemCollection
?
I set up it's Filter property to a Predicate. I placed a breakpoint in the predicate, it reaches there only when the ItemsCollection is initialized, when I call m_ItemsCollection.Refresh() it's not.