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