7 references to Section
PresentationFramework (7)
System\Windows\Markup\KnownTypes.cs (7)
1516
case KnownElements.
Section
: o = new System.Windows.Documents.Section(); break;
2269
return KnownElements.
Section
;
2517
case KnownElements.
Section
: return (o as System.Windows.Documents.Section).Blocks;
2594
case KnownElements.
Section
:
3414
case KnownElements.
Section
:
4611
case KnownElements.
Section
:
6098
case KnownElements.
Section
: t = typeof(System.Windows.Documents.Section); break;