8 references to FrameworkContentElement
PresentationFramework (8)
System\Windows\Documents\DocumentSequence.cs (1)
41
public FixedDocumentSequence() :
base
()
System\Windows\Documents\FixedDocument.cs (1)
67
:
base
()
System\Windows\Documents\FlowDocument.cs (3)
100
:
base
()
113
:
base
()
126
:
base
()
System\Windows\Documents\TextElement.cs (1)
54
internal TextElement() :
base
()
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4913
DefaultConstructor = delegate () { return new System.Windows.
FrameworkContentElement
(); },
System\Windows\Markup\KnownTypes.cs (1)
1279
case KnownElements.FrameworkContentElement: o = new System.Windows.
FrameworkContentElement
(); break;