2 references to Section
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8770bamlType.DefaultConstructor = delegate() { return new System.Windows.Documents.Section(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1524case KnownElements.Section: o = new System.Windows.Documents.Section(); break;