3 types derived from ContentContainer
PresentationFramework (3)
System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (3)
318
private class TextContentContainer :
ContentContainer
338
private class ObjectContentContainer :
ContentContainer
401
private class ElementContentContainer :
ContentContainer
15 references to ContentContainer
PresentationFramework (15)
System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (15)
69
ContentContainer
container;
163
private
ContentContainer
CopyContent(TextTreeNode node, TextTreeNode haltNode)
165
ContentContainer
firstContainer;
166
ContentContainer
container;
167
ContentContainer
nextContainer;
214
private TextTreeNode CopyTextNode(TextTreeTextNode textNode, TextTreeNode haltNode, out
ContentContainer
container)
254
private TextTreeNode CopyObjectNode(TextTreeObjectNode objectNode, out
ContentContainer
container)
266
private TextTreeNode CopyElementNode(TextTreeTextElementNode elementNode, out
ContentContainer
container)
308
internal
ContentContainer
NextContainer
314
private
ContentContainer
_nextContainer;
405
internal ElementContentContainer(Type elementType, PropertyRecord[] localValues, ResourceDictionary resources,
ContentContainer
childContainer)
418
ContentContainer
container;
455
private readonly
ContentContainer
_childContainer;
461
internal TableElementContentContainer(Table table, PropertyRecord []localValues,
ContentContainer
childContainer) :
495
private readonly
ContentContainer
_content;