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