7 references to LeafIndexFromItem
PresentationFramework (7)
src\Framework\MS\Internal\Data\CollectionViewGroupInternal.cs (3)
199index = LeafIndexFromItem(null, localIndex); 485lowLeafIndex = LeafIndexFromItem(null, oldIndexLocal); 491lowLeafIndex = LeafIndexFromItem(null, newIndexLocal);
src\Framework\MS\Internal\Data\CollectionViewGroupRoot.cs (3)
153int globalIndex = this.LeafIndexFromItem(item, index); 165globalIndex = this.LeafIndexFromItem(item, index); 504int index = group.LeafIndexFromItem(item, localIndex);
src\Framework\System\Windows\Controls\DataGrid.cs (1)
5645int indexOfGroupBoundary = cvg.LeafIndexFromItem(null, 0);