8 references to FrameworkContentElement
PresentationFramework (8)
System\Windows\Documents\DocumentSequence.cs (1)
40
public FixedDocumentSequence() :
base
()
System\Windows\Documents\FixedDocument.cs (1)
66
:
base
()
System\Windows\Documents\FlowDocument.cs (3)
99
:
base
()
112
:
base
()
125
:
base
()
System\Windows\Documents\TextElement.cs (1)
53
internal TextElement() :
base
()
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4912
DefaultConstructor = delegate () { return new System.Windows.
FrameworkContentElement
(); },
System\Windows\Markup\KnownTypes.cs (1)
1278
case KnownElements.FrameworkContentElement: o = new System.Windows.
FrameworkContentElement
(); break;