3 implementations of InsertionIndex
PresentationFramework (3)
src\Framework\System\Windows\Documents\Table.cs (1)
218int IAcceptInsertion.InsertionIndex
src\Framework\System\Windows\Documents\TableRow.cs (1)
330int IAcceptInsertion.InsertionIndex
src\Framework\System\Windows\Documents\TableRowGroup.cs (1)
281int IAcceptInsertion.InsertionIndex
4 writes to InsertionIndex
PresentationFramework (4)
src\Framework\MS\Internal\Documents\TableTextElementCollectionInternal.cs (4)
52Owner.InsertionIndex = Size; 54Owner.InsertionIndex = -1; 120Owner.InsertionIndex = index; 131Owner.InsertionIndex = -1;
1 reference to InsertionIndex
PresentationFramework (1)
src\Framework\MS\Internal\Documents\TableTextElementCollectionInternal.cs (1)
370index = Owner.InsertionIndex;