7 references to ComboBox
PresentationFramework (7)
System\Windows\Markup\KnownTypes.cs (7)
1170
case KnownElements.
ComboBox
: o = new System.Windows.Controls.ComboBox(); break;
2011
return KnownElements.
ComboBox
;
2436
case KnownElements.
ComboBox
:
2703
case KnownElements.
ComboBox
:
2899
case KnownElements.
ComboBox
:
4018
case KnownElements.
ComboBox
:
5640
case KnownElements.
ComboBox
: t = typeof(System.Windows.Controls.ComboBox); break;