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