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