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