8 references to FrameworkContentElement
PresentationFramework (8)
System\Windows\Documents\DocumentSequence.cs (1)
52public FixedDocumentSequence() : base()
System\Windows\Documents\FixedDocument.cs (1)
78: base()
System\Windows\Documents\FlowDocument.cs (3)
100: base() 113: base() 126: base()
System\Windows\Documents\TextElement.cs (1)
58internal TextElement() : base()
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4532bamlType.DefaultConstructor = delegate() { return new System.Windows.FrameworkContentElement(); };
System\Windows\Markup\KnownTypes.cs (1)
1285case KnownElements.FrameworkContentElement: o = new System.Windows.FrameworkContentElement(); break;