3 implementations of IAcceptInsertion
PresentationFramework (3)
System\Windows\Documents\Table.cs (1)
35
public class Table : Block, IAddChild,
IAcceptInsertion
System\Windows\Documents\TableRow.cs (1)
38
public class TableRow : TextElement, IAddChild, IIndexedChild<TableRowGroup>,
IAcceptInsertion
System\Windows\Documents\TableRowGroup.cs (1)
44
public class TableRowGroup : TextElement, IAddChild, IIndexedChild<Table>,
IAcceptInsertion
7 references to IAcceptInsertion
PresentationFramework (7)
MS\Internal\Documents\ContentElementCollection.cs (1)
28
where 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)
22
where TParent : TextElement,
IAcceptInsertion
System\Windows\Documents\Table.cs (1)
210
int
IAcceptInsertion
.InsertionIndex
System\Windows\Documents\TableRow.cs (1)
321
int
IAcceptInsertion
.InsertionIndex
System\Windows\Documents\TableRowGroup.cs (1)
272
int
IAcceptInsertion
.InsertionIndex