5 references to FixedDocument
PresentationFramework (5)
System\Windows\Markup\KnownTypes.cs (5)
1266
case KnownElements.
FixedDocument
: o = new System.Windows.Documents.FixedDocument(); break;
2080
return KnownElements.
FixedDocument
;
2756
case KnownElements.
FixedDocument
:
3031
case KnownElements.
FixedDocument
:
5759
case KnownElements.
FixedDocument
: t = typeof(System.Windows.Documents.FixedDocument); break;