3 implementations of IAcceptInsertion
PresentationFramework (3)
System\Windows\Documents\Table.cs (1)
35public class Table : Block, IAddChild, IAcceptInsertion
System\Windows\Documents\TableRow.cs (1)
38public class TableRow : TextElement, IAddChild, IIndexedChild<TableRowGroup>, IAcceptInsertion
System\Windows\Documents\TableRowGroup.cs (1)
44public class TableRowGroup : TextElement, IAddChild, IIndexedChild<Table>, IAcceptInsertion
7 references to IAcceptInsertion
PresentationFramework (7)
MS\Internal\Documents\ContentElementCollection.cs (1)
28where TParent : TextElement, IAcceptInsertion
MS\Internal\Documents\IIndexedChild.cs (2)
15/// And Parent types should impelement <see cref="IAcceptInsertion"/> 21/// And <see cref="TableRow"/> in turn implements <see cref="IAcceptInsertion"/>
MS\Internal\Documents\TableTextElementCollectionInternal.cs (1)
22where TParent : TextElement, IAcceptInsertion
System\Windows\Documents\Table.cs (1)
210int IAcceptInsertion.InsertionIndex
System\Windows\Documents\TableRow.cs (1)
321int IAcceptInsertion.InsertionIndex
System\Windows\Documents\TableRowGroup.cs (1)
272int IAcceptInsertion.InsertionIndex