4 implementations of IIndexedChild
PresentationFramework (4)
src\Framework\System\Windows\Documents\TableCell.cs (1)
51
public class TableCell : TextElement,
IIndexedChild
<TableRow>
src\Framework\System\Windows\Documents\TableColumn.cs (1)
33
public class TableColumn : FrameworkContentElement,
IIndexedChild
<Table>
src\Framework\System\Windows\Documents\TableRow.cs (1)
44
public class TableRow : TextElement, IAddChild,
IIndexedChild
<TableRowGroup>, IAcceptInsertion
src\Framework\System\Windows\Documents\TableRowGroup.cs (1)
50
public class TableRowGroup : TextElement, IAddChild,
IIndexedChild
<Table>, IAcceptInsertion
18 references to IIndexedChild
PresentationFramework (18)
src\Framework\MS\Internal\Documents\ContentElementCollection.cs (1)
32
where TItem : FrameworkContentElement,
IIndexedChild
<TParent>
src\Framework\MS\Internal\Documents\TableTextElementCollectionInternal.cs (1)
19
where TElementType : TextElement,
IIndexedChild
<TParent>
src\Framework\System\Windows\Documents\TableCell.cs (4)
322
void
IIndexedChild
<TableRow>.OnEnterParentTree()
326
void
IIndexedChild
<TableRow>.OnExitParentTree()
330
void
IIndexedChild
<TableRow>.OnAfterExitParentTree(TableRow parent)
334
int
IIndexedChild
<TableRow>.Index
src\Framework\System\Windows\Documents\TableColumn.cs (4)
112
void
IIndexedChild
<Table>.OnEnterParentTree()
120
void
IIndexedChild
<Table>.OnExitParentTree()
125
void
IIndexedChild
<Table>.OnAfterExitParentTree(Table parent)
129
int
IIndexedChild
<Table>.Index
src\Framework\System\Windows\Documents\TableRow.cs (4)
153
void
IIndexedChild
<TableRowGroup>.OnEnterParentTree()
161
void
IIndexedChild
<TableRowGroup>.OnExitParentTree()
166
void
IIndexedChild
<TableRowGroup>.OnAfterExitParentTree(TableRowGroup parent)
170
int
IIndexedChild
<TableRowGroup>.Index
src\Framework\System\Windows\Documents\TableRowGroup.cs (4)
172
void
IIndexedChild
<Table>.OnEnterParentTree()
180
void
IIndexedChild
<Table>.OnExitParentTree()
185
void
IIndexedChild
<Table>.OnAfterExitParentTree(Table parent)
190
int
IIndexedChild
<Table>.Index