3 references to ComboBoxItem
PresentationFramework (3)
src\Framework\System\Windows\Controls\ComboBox.cs (1)
1301return new ComboBoxItem();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2793bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.ComboBoxItem(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1178case KnownElements.ComboBoxItem: o = new System.Windows.Controls.ComboBoxItem(); break;