7 references to ListBox
PresentationFramework (7)
System\Windows\Markup\KnownTypes.cs (7)
1388
case KnownElements.
ListBox
: o = new System.Windows.Controls.ListBox(); break;
2187
return KnownElements.
ListBox
;
2446
case KnownElements.
ListBox
:
2713
case KnownElements.
ListBox
:
3245
case KnownElements.
ListBox
:
4174
case KnownElements.
ListBox
:
5927
case KnownElements.
ListBox
: t = typeof(System.Windows.Controls.ListBox); break;