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