1 write to ItemStringFormat
PresentationFramework (1)
System\Windows\Controls\HeaderedItemsControl.cs (1)
444ItemStringFormat = hTemplate.ItemStringFormat;
15 references to ItemStringFormat
PresentationFramework (10)
System\Windows\Controls\ComboBox.cs (1)
857string stringFormat = ItemStringFormat;
System\Windows\Controls\HeaderedItemsControl.cs (3)
279string itemStringFormat = parentItemsControl.ItemStringFormat; 432if (hTemplate.IsItemStringFormatSet && ItemStringFormat == parentItemsControl.ItemStringFormat)
System\Windows\Controls\ItemsControl.cs (6)
397string itemStringFormat = ItemStringFormat; 418ItemTemplateSelector = new DisplayMemberTemplateSelector(DisplayMemberPath, ItemStringFormat); 1578hcc.PrepareHeaderedContentControl(item, ItemTemplate, ItemTemplateSelector, ItemStringFormat); 1582cc.PrepareContentControl(item, ItemTemplate, ItemTemplateSelector, ItemStringFormat); 1586cp.PrepareContentPresenter(item, ItemTemplate, ItemTemplateSelector, ItemStringFormat); 1721string itemStringFormat = parentItemsControl.ItemStringFormat;
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
512stringFormat = category.ItemStringFormat;
Microsoft\Windows\Controls\Ribbon\RibbonContextualTabGroupItemsControl.cs (1)
155tabGroupHeader?.PrepareTabGroupHeader(item, ItemTemplate, ItemTemplateSelector, ItemStringFormat);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (3)
288if (itemsControl.ItemStringFormat == parentItemsControl.ItemStringFormat) 342if (headerStringFormat != null && hic.HeaderStringFormat == parentItemsControl.ItemStringFormat && hTemplate == null)