3 implementations of InsertionIndex
PresentationFramework (3)
System\Windows\Documents\Table.cs (1)
193int IAcceptInsertion.InsertionIndex
System\Windows\Documents\TableRow.cs (1)
303int IAcceptInsertion.InsertionIndex
System\Windows\Documents\TableRowGroup.cs (1)
241int IAcceptInsertion.InsertionIndex
4 writes to InsertionIndex
PresentationFramework (4)
MS\Internal\Documents\TableTextElementCollectionInternal.cs (4)
49Owner.InsertionIndex = Size; 51Owner.InsertionIndex = -1; 114Owner.InsertionIndex = index; 125Owner.InsertionIndex = -1;
1 reference to InsertionIndex
PresentationFramework (1)
MS\Internal\Documents\TableTextElementCollectionInternal.cs (1)
360index = Owner.InsertionIndex;