1 instantiation of EnumerableCollectionView
PresentationFramework (1)
MS\Internal\Data\ViewManager.cs (1)
576
icv = new
EnumerableCollectionView
(ie);
2 references to EnumerableCollectionView
PresentationFramework (2)
MS\Internal\Data\EnumerableCollectionView.cs (2)
667
public IgnoreViewEventsHelper(
EnumerableCollectionView
parent)
684
EnumerableCollectionView
_parent;