2 references to FixedDocumentSequence
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4264
bamlType.DefaultConstructor = delegate() { return new System.Windows.Documents.
FixedDocumentSequence
(); };
System\Windows\Markup\KnownTypes.cs (1)
1267
case KnownElements.FixedDocumentSequence: o = new System.Windows.Documents.
FixedDocumentSequence
(); break;