3 implementations of IAcceptInsertion
PresentationFramework (3)
src\Framework\System\Windows\Documents\Table.cs (1)
40
public class Table : Block, IAddChild,
IAcceptInsertion
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
7 references to IAcceptInsertion
PresentationFramework (7)
src\Framework\MS\Internal\Documents\ContentElementCollection.cs (1)
31
where TParent : TextElement,
IAcceptInsertion
src\Framework\MS\Internal\Documents\IIndexedChild.cs (2)
18
/// And Parent types should impelement <see cref="
IAcceptInsertion
"/>
24
/// And <see cref="TableRow"/> in turn implements <see cref="
IAcceptInsertion
"/>
src\Framework\MS\Internal\Documents\TableTextElementCollectionInternal.cs (1)
18
where TParent : TextElement,
IAcceptInsertion
src\Framework\System\Windows\Documents\Table.cs (1)
218
int
IAcceptInsertion
.InsertionIndex
src\Framework\System\Windows\Documents\TableRow.cs (1)
330
int
IAcceptInsertion
.InsertionIndex
src\Framework\System\Windows\Documents\TableRowGroup.cs (1)
281
int
IAcceptInsertion
.InsertionIndex