7 references to ListBox
PresentationFramework (7)
System\Windows\Markup\KnownTypes.cs (7)
1381
case KnownElements.
ListBox
: o = new System.Windows.Controls.ListBox(); break;
2180
return KnownElements.
ListBox
;
2439
case KnownElements.
ListBox
:
2706
case KnownElements.
ListBox
:
3238
case KnownElements.
ListBox
:
4167
case KnownElements.
ListBox
:
5920
case KnownElements.
ListBox
: t = typeof(System.Windows.Controls.ListBox); break;