7 references to Section
PresentationFramework (7)
System\Windows\Markup\KnownTypes.cs (7)
1523
case KnownElements.
Section
: o = new System.Windows.Documents.Section(); break;
2276
return KnownElements.
Section
;
2524
case KnownElements.
Section
: return (o as System.Windows.Documents.Section).Blocks;
2601
case KnownElements.
Section
:
3421
case KnownElements.
Section
:
4618
case KnownElements.
Section
:
6105
case KnownElements.
Section
: t = typeof(System.Windows.Documents.Section); break;