4 instantiations of RemovedCellInfoCollection
PresentationFramework (4)
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (4)
1041
RemovedCellInfoCollection removed = new
RemovedCellInfoCollection
(_owner, removedRegions, item);
1058
RemovedCellInfoCollection removed = new
RemovedCellInfoCollection
(_owner, removedRegions, item);
1229
RemovedCellInfoCollection removed = new
RemovedCellInfoCollection
(_owner, removedRegions, oldColumn);
1246
RemovedCellInfoCollection removed = new
RemovedCellInfoCollection
(_owner, removedRegions, oldColumn);
4 references to RemovedCellInfoCollection
PresentationFramework (4)
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (4)
1041
RemovedCellInfoCollection
removed = new RemovedCellInfoCollection(_owner, removedRegions, item);
1058
RemovedCellInfoCollection
removed = new RemovedCellInfoCollection(_owner, removedRegions, item);
1229
RemovedCellInfoCollection
removed = new RemovedCellInfoCollection(_owner, removedRegions, oldColumn);
1246
RemovedCellInfoCollection
removed = new RemovedCellInfoCollection(_owner, removedRegions, oldColumn);