1 write to ItemStringFormat
PresentationFramework (1)
System\Windows\Controls\HeaderedItemsControl.cs (1)
449ItemStringFormat = hTemplate.ItemStringFormat;
15 references to ItemStringFormat
PresentationFramework (10)
System\Windows\Controls\ComboBox.cs (1)
875string stringFormat = ItemStringFormat;
System\Windows\Controls\HeaderedItemsControl.cs (3)
284string itemStringFormat = parentItemsControl.ItemStringFormat; 437if (hTemplate.IsItemStringFormatSet && ItemStringFormat == parentItemsControl.ItemStringFormat)
System\Windows\Controls\ItemsControl.cs (6)
406string itemStringFormat = ItemStringFormat; 427ItemTemplateSelector = new DisplayMemberTemplateSelector(DisplayMemberPath, ItemStringFormat); 1611hcc.PrepareHeaderedContentControl(item, ItemTemplate, ItemTemplateSelector, ItemStringFormat); 1615cc.PrepareContentControl(item, ItemTemplate, ItemTemplateSelector, ItemStringFormat); 1619cp.PrepareContentPresenter(item, ItemTemplate, ItemTemplateSelector, ItemStringFormat); 1757string itemStringFormat = parentItemsControl.ItemStringFormat;
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
515stringFormat = category.ItemStringFormat;
Microsoft\Windows\Controls\Ribbon\RibbonContextualTabGroupItemsControl.cs (1)
159tabGroupHeader.PrepareTabGroupHeader(item, ItemTemplate, ItemTemplateSelector, ItemStringFormat);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (3)
289if (itemsControl.ItemStringFormat == parentItemsControl.ItemStringFormat) 343if (headerStringFormat != null && hic.HeaderStringFormat == parentItemsControl.ItemStringFormat && hTemplate == null)