8 references to FrameworkContentElement
PresentationFramework (8)
System\Windows\Documents\DocumentSequence.cs (1)
40public 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)
53internal TextElement() : base()
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4912DefaultConstructor = delegate () { return new System.Windows.FrameworkContentElement(); },
System\Windows\Markup\KnownTypes.cs (1)
1278case KnownElements.FrameworkContentElement: o = new System.Windows.FrameworkContentElement(); break;