2 instantiations of VirtualizedCellInfoCollectionEnumerator
PresentationFramework (2)
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (2)
222return new VirtualizedCellInfoCollectionEnumerator(_owner, _regions, this); 230return new VirtualizedCellInfoCollectionEnumerator(_owner, _regions, this);
1 reference to VirtualizedCellInfoCollectionEnumerator
PresentationFramework (1)
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
295get { return ((VirtualizedCellInfoCollectionEnumerator)this).Current; }