2 references to ListBox
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6429bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.ListBox(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1389case KnownElements.ListBox: o = new System.Windows.Controls.ListBox(); break;