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