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