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