5 references to ItemStringFormatProperty
PresentationFramework (5)
src\Framework\System\Windows\Controls\HeaderedItemsControl.cs (1)
441ClearValue(ItemStringFormatProperty);
src\Framework\System\Windows\Controls\ItemsControl.cs (4)
581get { return (String) GetValue(ItemStringFormatProperty); } 582set { SetValue(ItemStringFormatProperty, value); } 1775Helper.HasDefaultValue(this, ItemStringFormatProperty)) 1777SetValue(ItemStringFormatProperty, itemStringFormat);