7 references to Section
PresentationFramework (7)
System\Windows\Markup\KnownTypes.cs (7)
1517
case KnownElements.
Section
: o = new System.Windows.Documents.Section(); break;
2270
return KnownElements.
Section
;
2518
case KnownElements.
Section
: return (o as System.Windows.Documents.Section).Blocks;
2595
case KnownElements.
Section
:
3415
case KnownElements.
Section
:
4612
case KnownElements.
Section
:
6099
case KnownElements.
Section
: t = typeof(System.Windows.Documents.Section); break;