3 types derived from ContentContainer
PresentationFramework (3)
System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (3)
317
private class TextContentContainer :
ContentContainer
337
private class ObjectContentContainer :
ContentContainer
400
private class ElementContentContainer :
ContentContainer
15 references to ContentContainer
PresentationFramework (15)
System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (15)
68
ContentContainer
container;
162
private
ContentContainer
CopyContent(TextTreeNode node, TextTreeNode haltNode)
164
ContentContainer
firstContainer;
165
ContentContainer
container;
166
ContentContainer
nextContainer;
213
private TextTreeNode CopyTextNode(TextTreeTextNode textNode, TextTreeNode haltNode, out
ContentContainer
container)
253
private TextTreeNode CopyObjectNode(TextTreeObjectNode objectNode, out
ContentContainer
container)
265
private TextTreeNode CopyElementNode(TextTreeTextElementNode elementNode, out
ContentContainer
container)
307
internal
ContentContainer
NextContainer
313
private
ContentContainer
_nextContainer;
404
internal ElementContentContainer(Type elementType, PropertyRecord[] localValues, ResourceDictionary resources,
ContentContainer
childContainer)
417
ContentContainer
container;
454
private readonly
ContentContainer
_childContainer;
460
internal TableElementContentContainer(Table table, PropertyRecord []localValues,
ContentContainer
childContainer) :
494
private readonly
ContentContainer
_content;