10 references to ItemStringFormatProperty
PresentationFramework (5)
System\Windows\Controls\HeaderedItemsControl.cs (1)
445
ClearValue(
ItemStringFormatProperty
);
System\Windows\Controls\ItemsControl.cs (4)
579
get { return (String) GetValue(
ItemStringFormatProperty
); }
580
set { SetValue(
ItemStringFormatProperty
, value); }
1772
Helper.HasDefaultValue(this,
ItemStringFormatProperty
))
1774
SetValue(
ItemStringFormatProperty
, itemStringFormat);
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
1049
var itemStringFormat = RibbonHelper.GetValueAndValueSource(childItemsControl, ItemsControl.
ItemStringFormatProperty
);
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
2185
var itemStringFormat = RibbonHelper.GetValueAndValueSource(category, ItemsControl.
ItemStringFormatProperty
);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (2)
293
RestoreValue(itemsControl, ItemsControl.
ItemStringFormatProperty
, itemStringFormat);
1698
new PropertyAndTransferMode () { Property = ItemsControl.
ItemStringFormatProperty
, Mode = TransferMode.AlwaysTransfer },
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
257
var itemStringFormat = RibbonHelper.GetValueAndValueSource(childItemsControl, ItemsControl.
ItemStringFormatProperty
);