2 references to ListBox
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7056
DefaultConstructor = delegate () { return new System.Windows.Controls.
ListBox
(); },
System\Windows\Markup\KnownTypes.cs (1)
1382
case KnownElements.ListBox: o = new System.Windows.Controls.
ListBox
(); break;