4 references to ListBoxItem
PresentationFramework (4)
src\Framework\System\Windows\Controls\ComboBoxItem.cs (1)
49
public ComboBoxItem() :
base
()
src\Framework\System\Windows\Controls\ListBox.cs (1)
612
return new
ListBoxItem
();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6446
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.
ListBoxItem
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1390
case KnownElements.ListBoxItem: o = new System.Windows.Controls.
ListBoxItem
(); break;