5 references to FixedDocument
PresentationFramework (5)
System\Windows\Markup\KnownTypes.cs (5)
1260
case KnownElements.
FixedDocument
: o = new System.Windows.Documents.FixedDocument(); break;
2074
return KnownElements.
FixedDocument
;
2750
case KnownElements.
FixedDocument
:
3025
case KnownElements.
FixedDocument
:
5753
case KnownElements.
FixedDocument
: t = typeof(System.Windows.Documents.FixedDocument); break;