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