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