3 references to TabItem
PresentationFramework (3)
System\Windows\Controls\TabControl.cs (1)
473return new TabItem();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10786DefaultConstructor = delegate () { return new System.Windows.Controls.TabItem(); },
System\Windows\Markup\KnownTypes.cs (1)
1573case KnownElements.TabItem: o = new System.Windows.Controls.TabItem(); break;