3 implementations of InsertionIndex
PresentationFramework (3)
System\Windows\Documents\Table.cs (1)
210int IAcceptInsertion.InsertionIndex
System\Windows\Documents\TableRow.cs (1)
321int IAcceptInsertion.InsertionIndex
System\Windows\Documents\TableRowGroup.cs (1)
272int IAcceptInsertion.InsertionIndex
4 writes to InsertionIndex
PresentationFramework (4)
MS\Internal\Documents\TableTextElementCollectionInternal.cs (4)
53Owner.InsertionIndex = Size; 55Owner.InsertionIndex = -1; 118Owner.InsertionIndex = index; 129Owner.InsertionIndex = -1;
1 reference to InsertionIndex
PresentationFramework (1)
MS\Internal\Documents\TableTextElementCollectionInternal.cs (1)
364index = Owner.InsertionIndex;