3 implementations of InsertionIndex
PresentationFramework (3)
System\Windows\Documents\Table.cs (1)
192int IAcceptInsertion.InsertionIndex
System\Windows\Documents\TableRow.cs (1)
302int IAcceptInsertion.InsertionIndex
System\Windows\Documents\TableRowGroup.cs (1)
240int IAcceptInsertion.InsertionIndex
4 writes to InsertionIndex
PresentationFramework (4)
MS\Internal\Documents\TableTextElementCollectionInternal.cs (4)
48Owner.InsertionIndex = Size; 50Owner.InsertionIndex = -1; 113Owner.InsertionIndex = index; 124Owner.InsertionIndex = -1;
1 reference to InsertionIndex
PresentationFramework (1)
MS\Internal\Documents\TableTextElementCollectionInternal.cs (1)
359index = Owner.InsertionIndex;