2 references to PlaceholderAwareEnumerator
PresentationFramework (2)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
1825return new PlaceholderAwareEnumerator(this, CollectionProxy.GetEnumerator(), NewItemPlaceholderPosition, _newItem);
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
2302return new PlaceholderAwareEnumerator(this, InternalList.GetEnumerator(), NewItemPlaceholderPosition, _newItem);