3 references to FixedDocument
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4248
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)
450
FixedDocument dstDoc = new
FixedDocument
();