4 implementations of Index
PresentationFramework (4)
System\Windows\Documents\TableCell.cs (1)
314
int IIndexedChild<TableRow>.
Index
System\Windows\Documents\TableColumn.cs (1)
116
int IIndexedChild<Table>.
Index
System\Windows\Documents\TableRow.cs (1)
146
int IIndexedChild<TableRowGroup>.
Index
System\Windows\Documents\TableRowGroup.cs (1)
164
int IIndexedChild<Table>.
Index
5 writes to Index
PresentationFramework (5)
MS\Internal\Documents\ContentElementCollection.cs (1)
712
Items[i].
Index
= i;
MS\Internal\Documents\TableTextElementCollectionInternal.cs (4)
272
item.
Index
= index;
294
item.
Index
= -1;
303
Items[i].
Index
= i;
372
Items[i].
Index
= i + 1;
9 references to Index
PresentationFramework (9)
MS\Internal\Documents\ContentElementCollection.cs (4)
171
Debug.Assert(Items[item.
Index
] == item);
187
return item.
Index
;
699
Debug.Assert(BelongsToOwner(item) && Items[item.
Index
] == item);
701
int index = item.
Index
;
MS\Internal\Documents\TableTextElementCollectionInternal.cs (5)
257
Debug.Assert(item != null && item.
Index
== -1);
286
Debug.Assert(BelongsToOwner(item) && Items[item.
Index
] == item);
288
int index = item.
Index
;
293
Items[item.
Index
] = null;
386
Debug.Assert(BelongsToOwner(item) && Items[item.
Index
] == item);