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