3 references to FixedDocument
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4248bamlType.DefaultConstructor = delegate() { return new System.Windows.Documents.FixedDocument(); };
System\Windows\Markup\KnownTypes.cs (1)
1266case KnownElements.FixedDocument: o = new System.Windows.Documents.FixedDocument(); break;
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
452FixedDocument dstDoc = new FixedDocument();