7 references to ComboBox
PresentationFramework (7)
System\Windows\Markup\KnownTypes.cs (7)
1169
case KnownElements.
ComboBox
: o = new System.Windows.Controls.ComboBox(); break;
2010
return KnownElements.
ComboBox
;
2435
case KnownElements.
ComboBox
:
2702
case KnownElements.
ComboBox
:
2898
case KnownElements.
ComboBox
:
4017
case KnownElements.
ComboBox
:
5639
case KnownElements.
ComboBox
: t = typeof(System.Windows.Controls.ComboBox); break;