7 references to LeafIndexFromItem
PresentationFramework (7)
MS\Internal\Data\CollectionViewGroupInternal.cs (3)
194index = LeafIndexFromItem(null, localIndex); 480lowLeafIndex = LeafIndexFromItem(null, oldIndexLocal); 486lowLeafIndex = LeafIndexFromItem(null, newIndexLocal);
MS\Internal\Data\CollectionViewGroupRoot.cs (3)
145int globalIndex = this.LeafIndexFromItem(item, index); 157globalIndex = this.LeafIndexFromItem(item, index); 496int index = group.LeafIndexFromItem(item, localIndex);
System\Windows\Controls\DataGrid.cs (1)
5637int indexOfGroupBoundary = cvg.LeafIndexFromItem(null, 0);