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