7 references to ListBox
PresentationFramework (7)
System\Windows\Markup\KnownTypes.cs (7)
1382
case KnownElements.
ListBox
: o = new System.Windows.Controls.ListBox(); break;
2181
return KnownElements.
ListBox
;
2440
case KnownElements.
ListBox
:
2707
case KnownElements.
ListBox
:
3239
case KnownElements.
ListBox
:
4168
case KnownElements.
ListBox
:
5921
case KnownElements.
ListBox
: t = typeof(System.Windows.Controls.ListBox); break;