3 implementations of IAcceptInsertion
PresentationFramework (3)
src\Framework\System\Windows\Documents\Table.cs (1)
40public class Table : Block, IAddChild, IAcceptInsertion
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
7 references to IAcceptInsertion
PresentationFramework (7)
src\Framework\MS\Internal\Documents\ContentElementCollection.cs (1)
31where 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)
18where TParent : TextElement, IAcceptInsertion
src\Framework\System\Windows\Documents\Table.cs (1)
218int IAcceptInsertion.InsertionIndex
src\Framework\System\Windows\Documents\TableRow.cs (1)
330int IAcceptInsertion.InsertionIndex
src\Framework\System\Windows\Documents\TableRowGroup.cs (1)
281int IAcceptInsertion.InsertionIndex