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