1 write to ItemStringFormat
PresentationFramework (1)
System\Windows\Controls\HeaderedItemsControl.cs (1)
443ItemStringFormat = hTemplate.ItemStringFormat;
15 references to ItemStringFormat
PresentationFramework (10)
System\Windows\Controls\ComboBox.cs (1)
856string stringFormat = ItemStringFormat;
System\Windows\Controls\HeaderedItemsControl.cs (3)
278string itemStringFormat = parentItemsControl.ItemStringFormat; 431if (hTemplate.IsItemStringFormatSet && ItemStringFormat == parentItemsControl.ItemStringFormat)
System\Windows\Controls\ItemsControl.cs (6)
396string itemStringFormat = ItemStringFormat; 417ItemTemplateSelector = new DisplayMemberTemplateSelector(DisplayMemberPath, ItemStringFormat); 1577hcc.PrepareHeaderedContentControl(item, ItemTemplate, ItemTemplateSelector, ItemStringFormat); 1581cc.PrepareContentControl(item, ItemTemplate, ItemTemplateSelector, ItemStringFormat); 1585cp.PrepareContentPresenter(item, ItemTemplate, ItemTemplateSelector, ItemStringFormat); 1720string itemStringFormat = parentItemsControl.ItemStringFormat;
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
511stringFormat = category.ItemStringFormat;
Microsoft\Windows\Controls\Ribbon\RibbonContextualTabGroupItemsControl.cs (1)
154tabGroupHeader?.PrepareTabGroupHeader(item, ItemTemplate, ItemTemplateSelector, ItemStringFormat);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (3)
287if (itemsControl.ItemStringFormat == parentItemsControl.ItemStringFormat) 341if (headerStringFormat != null && hic.HeaderStringFormat == parentItemsControl.ItemStringFormat && hTemplate == null)