1 instantiation of EnumerableCollectionView
PresentationFramework (1)
src\Framework\MS\Internal\Data\ViewManager.cs (1)
579
icv = new
EnumerableCollectionView
(ie);
2 references to EnumerableCollectionView
PresentationFramework (2)
src\Framework\MS\Internal\Data\EnumerableCollectionView.cs (2)
670
public IgnoreViewEventsHelper(
EnumerableCollectionView
parent)
687
EnumerableCollectionView
_parent;