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