3 references to ComboBox
PresentationFramework (3)
src\Framework\System\Windows\Controls\DataGridComboBoxColumn.cs (1)
508
ComboBox comboBox = new
ComboBox
();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2776
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.
ComboBox
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1177
case KnownElements.ComboBox: o = new System.Windows.Controls.
ComboBox
(); break;