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