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