4 implementations of Index
PresentationFramework (4)
System\Windows\Documents\TableCell.cs (1)
313
int IIndexedChild<TableRow>.
Index
System\Windows\Documents\TableColumn.cs (1)
115
int IIndexedChild<Table>.
Index
System\Windows\Documents\TableRow.cs (1)
145
int IIndexedChild<TableRowGroup>.
Index
System\Windows\Documents\TableRowGroup.cs (1)
152
int IIndexedChild<Table>.
Index
5 writes to Index
PresentationFramework (5)
MS\Internal\Documents\ContentElementCollection.cs (1)
711
Items[i].
Index
= i;
MS\Internal\Documents\TableTextElementCollectionInternal.cs (4)
271
item.
Index
= index;
293
item.
Index
= -1;
302
Items[i].
Index
= i;
371
Items[i].
Index
= i + 1;
9 references to Index
PresentationFramework (9)
MS\Internal\Documents\ContentElementCollection.cs (4)
170
Debug.Assert(Items[item.
Index
] == item);
186
return item.
Index
;
698
Debug.Assert(BelongsToOwner(item) && Items[item.
Index
] == item);
700
int index = item.
Index
;
MS\Internal\Documents\TableTextElementCollectionInternal.cs (5)
256
Debug.Assert(item != null && item.
Index
== -1);
285
Debug.Assert(BelongsToOwner(item) && Items[item.
Index
] == item);
287
int index = item.
Index
;
292
Items[item.
Index
] = null;
385
Debug.Assert(BelongsToOwner(item) && Items[item.
Index
] == item);