5 references to FixedDocument
PresentationFramework (5)
System\Windows\Markup\KnownTypes.cs (5)
1259
case KnownElements.
FixedDocument
: o = new System.Windows.Documents.FixedDocument(); break;
2073
return KnownElements.
FixedDocument
;
2749
case KnownElements.
FixedDocument
:
3024
case KnownElements.
FixedDocument
:
5752
case KnownElements.
FixedDocument
: t = typeof(System.Windows.Documents.FixedDocument); break;