4 references to FindInsertionIndex
PresentationFramework (4)
MS\Internal\Documents\TableTextElementCollectionInternal.cs (1)
368index = FindInsertionIndex(item);
System\Windows\Documents\TableCellCollection.cs (1)
527return _cellCollectionInternal.FindInsertionIndex(item);
System\Windows\Documents\TableRowCollection.cs (1)
527return _rowCollectionInternal.FindInsertionIndex(item);
System\Windows\Documents\TableRowGroupCollection.cs (1)
526return _rowGroupCollectionInternal.FindInsertionIndex(item);