3 types derived from ContentContainer
PresentationFramework (3)
System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (3)
320
private class TextContentContainer :
ContentContainer
340
private class ObjectContentContainer :
ContentContainer
403
private class ElementContentContainer :
ContentContainer
15 references to ContentContainer
PresentationFramework (15)
System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (15)
71
ContentContainer
container;
165
private
ContentContainer
CopyContent(TextTreeNode node, TextTreeNode haltNode)
167
ContentContainer
firstContainer;
168
ContentContainer
container;
169
ContentContainer
nextContainer;
216
private TextTreeNode CopyTextNode(TextTreeTextNode textNode, TextTreeNode haltNode, out
ContentContainer
container)
256
private TextTreeNode CopyObjectNode(TextTreeObjectNode objectNode, out
ContentContainer
container)
268
private TextTreeNode CopyElementNode(TextTreeTextElementNode elementNode, out
ContentContainer
container)
310
internal
ContentContainer
NextContainer
316
private
ContentContainer
_nextContainer;
407
internal ElementContentContainer(Type elementType, PropertyRecord[] localValues, ResourceDictionary resources,
ContentContainer
childContainer)
420
ContentContainer
container;
457
private readonly
ContentContainer
_childContainer;
463
internal TableElementContentContainer(Table table, PropertyRecord []localValues,
ContentContainer
childContainer) :
497
private readonly
ContentContainer
_content;