1 write to ItemStringFormat
PresentationFramework (1)
src\Framework\System\Windows\Controls\HeaderedItemsControl.cs (1)
445ItemStringFormat = hTemplate.ItemStringFormat;
10 references to ItemStringFormat
PresentationFramework (10)
src\Framework\System\Windows\Controls\ComboBox.cs (1)
877string stringFormat = ItemStringFormat;
src\Framework\System\Windows\Controls\HeaderedItemsControl.cs (3)
280string itemStringFormat = parentItemsControl.ItemStringFormat; 433if (hTemplate.IsItemStringFormatSet && ItemStringFormat == parentItemsControl.ItemStringFormat)
src\Framework\System\Windows\Controls\ItemsControl.cs (6)
408string itemStringFormat = ItemStringFormat; 429ItemTemplateSelector = new DisplayMemberTemplateSelector(DisplayMemberPath, ItemStringFormat); 1614hcc.PrepareHeaderedContentControl(item, ItemTemplate, ItemTemplateSelector, ItemStringFormat); 1618cc.PrepareContentControl(item, ItemTemplate, ItemTemplateSelector, ItemStringFormat); 1622cp.PrepareContentPresenter(item, ItemTemplate, ItemTemplateSelector, ItemStringFormat); 1760string itemStringFormat = parentItemsControl.ItemStringFormat;