7 references to ComboBox
PresentationFramework (7)
System\Windows\Markup\KnownTypes.cs (7)
1176
case KnownElements.
ComboBox
: o = new System.Windows.Controls.ComboBox(); break;
2017
return KnownElements.
ComboBox
;
2442
case KnownElements.
ComboBox
:
2709
case KnownElements.
ComboBox
:
2905
case KnownElements.
ComboBox
:
4024
case KnownElements.
ComboBox
:
5646
case KnownElements.
ComboBox
: t = typeof(System.Windows.Controls.ComboBox); break;