2 references to ItemWidthProperty
PresentationFramework (2)
System\Windows\Controls\WrapPanel.cs (2)
95get { return (double) GetValue(ItemWidthProperty); } 96set { SetValue(ItemWidthProperty, value); }