4 references to FindInsertionIndex
PresentationFramework (4)
src\Framework\MS\Internal\Documents\TableTextElementCollectionInternal.cs (1)
374index = FindInsertionIndex(item);
src\Framework\System\Windows\Documents\TableCellCollection.cs (1)
529return _cellCollectionInternal.FindInsertionIndex(item);
src\Framework\System\Windows\Documents\TableRowCollection.cs (1)
529return _rowCollectionInternal.FindInsertionIndex(item);
src\Framework\System\Windows\Documents\TableRowGroupCollection.cs (1)
528return _rowGroupCollectionInternal.FindInsertionIndex(item);