2 references to FixedDocument
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4244bamlType.DefaultConstructor = delegate() { return new System.Windows.Documents.FixedDocument(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1267case KnownElements.FixedDocument: o = new System.Windows.Documents.FixedDocument(); break;