2 instantiations of VirtualizedCellInfoCollectionEnumerator
PresentationFramework (2)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (2)
217
return new
VirtualizedCellInfoCollectionEnumerator
(_owner, _regions, this);
225
return new
VirtualizedCellInfoCollectionEnumerator
(_owner, _regions, this);
1 reference to VirtualizedCellInfoCollectionEnumerator
PresentationFramework (1)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
290
get { return ((
VirtualizedCellInfoCollectionEnumerator
)this).Current; }