4 instantiations of RemovedCellInfoCollection
PresentationFramework (4)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (4)
1034
RemovedCellInfoCollection removed = new
RemovedCellInfoCollection
(_owner, removedRegions, item);
1051
RemovedCellInfoCollection removed = new
RemovedCellInfoCollection
(_owner, removedRegions, item);
1222
RemovedCellInfoCollection removed = new
RemovedCellInfoCollection
(_owner, removedRegions, oldColumn);
1239
RemovedCellInfoCollection removed = new
RemovedCellInfoCollection
(_owner, removedRegions, oldColumn);
4 references to RemovedCellInfoCollection
PresentationFramework (4)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (4)
1034
RemovedCellInfoCollection
removed = new RemovedCellInfoCollection(_owner, removedRegions, item);
1051
RemovedCellInfoCollection
removed = new RemovedCellInfoCollection(_owner, removedRegions, item);
1222
RemovedCellInfoCollection
removed = new RemovedCellInfoCollection(_owner, removedRegions, oldColumn);
1239
RemovedCellInfoCollection
removed = new RemovedCellInfoCollection(_owner, removedRegions, oldColumn);