7 references to LeafIndexFromItem
PresentationFramework (7)
MS\Internal\Data\CollectionViewGroupInternal.cs (3)
194index = LeafIndexFromItem(null, localIndex); 471lowLeafIndex = LeafIndexFromItem(null, oldIndexLocal); 477lowLeafIndex = LeafIndexFromItem(null, newIndexLocal);
MS\Internal\Data\CollectionViewGroupRoot.cs (3)
144int globalIndex = this.LeafIndexFromItem(item, index); 156globalIndex = this.LeafIndexFromItem(item, index); 492int index = group.LeafIndexFromItem(item, localIndex);
System\Windows\Controls\DataGrid.cs (1)
5598int indexOfGroupBoundary = cvg.LeafIndexFromItem(null, 0);