5 references to ItemsControl
PresentationFramework (5)
System\Windows\Controls\HeaderedItemsControl.cs (1)
41
public HeaderedItemsControl() :
base
()
System\Windows\Controls\Primitives\MenuBase.cs (1)
48
:
base
()
System\Windows\Controls\Primitives\Selector.cs (1)
52
protected Selector() :
base
()
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5879
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.
ItemsControl
(); };
System\Windows\Markup\KnownTypes.cs (1)
1350
case KnownElements.ItemsControl: o = new System.Windows.Controls.
ItemsControl
(); break;