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