4 references to ListBoxItem
PresentationFramework (4)
System\Windows\Controls\ComboBoxItem.cs (1)
47
public ComboBoxItem() :
base
()
System\Windows\Controls\ListBox.cs (1)
657
return new
ListBoxItem
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6450
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.
ListBoxItem
(); };
System\Windows\Markup\KnownTypes.cs (1)
1389
case KnownElements.ListBoxItem: o = new System.Windows.Controls.
ListBoxItem
(); break;