2 references to TabPanel
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9741bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.Primitives.TabPanel(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1582case KnownElements.TabPanel: o = new System.Windows.Controls.Primitives.TabPanel(); break;