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