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