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)
865string 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); 1602hcc.PrepareHeaderedContentControl(item, ItemTemplate, ItemTemplateSelector, ItemStringFormat); 1606cc.PrepareContentControl(item, ItemTemplate, ItemTemplateSelector, ItemStringFormat); 1610cp.PrepareContentPresenter(item, ItemTemplate, ItemTemplateSelector, ItemStringFormat); 1748string itemStringFormat = parentItemsControl.ItemStringFormat;
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
513stringFormat = category.ItemStringFormat;
Microsoft\Windows\Controls\Ribbon\RibbonContextualTabGroupItemsControl.cs (1)
157tabGroupHeader.PrepareTabGroupHeader(item, ItemTemplate, ItemTemplateSelector, ItemStringFormat);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (3)
284if (itemsControl.ItemStringFormat == parentItemsControl.ItemStringFormat) 338if (headerStringFormat != null && hic.HeaderStringFormat == parentItemsControl.ItemStringFormat && hTemplate == null)