2 instantiations of PlaceholderAwareEnumerator
PresentationFramework (2)
System\Windows\Data\BindingListCollectionView.cs (1)
1818return new PlaceholderAwareEnumerator(this, CollectionProxy.GetEnumerator(), NewItemPlaceholderPosition, _newItem);
System\Windows\Data\ListCollectionView.cs (1)
2291return new PlaceholderAwareEnumerator(this, InternalList.GetEnumerator(), NewItemPlaceholderPosition, _newItem);