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