1 write to ItemStringFormat
PresentationFramework (1)
System\Windows\Controls\HeaderedItemsControl.cs (1)
444
ItemStringFormat
= hTemplate.ItemStringFormat;
15 references to ItemStringFormat
PresentationFramework (10)
System\Windows\Controls\ComboBox.cs (1)
865
string stringFormat =
ItemStringFormat
;
System\Windows\Controls\HeaderedItemsControl.cs (3)
279
string itemStringFormat = parentItemsControl.
ItemStringFormat
;
432
if (hTemplate.IsItemStringFormatSet &&
ItemStringFormat
== parentItemsControl.
ItemStringFormat
)
System\Windows\Controls\ItemsControl.cs (6)
397
string itemStringFormat =
ItemStringFormat
;
418
ItemTemplateSelector = new DisplayMemberTemplateSelector(DisplayMemberPath,
ItemStringFormat
);
1602
hcc.PrepareHeaderedContentControl(item, ItemTemplate, ItemTemplateSelector,
ItemStringFormat
);
1606
cc.PrepareContentControl(item, ItemTemplate, ItemTemplateSelector,
ItemStringFormat
);
1610
cp.PrepareContentPresenter(item, ItemTemplate, ItemTemplateSelector,
ItemStringFormat
);
1748
string itemStringFormat = parentItemsControl.
ItemStringFormat
;
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
513
stringFormat = category.
ItemStringFormat
;
Microsoft\Windows\Controls\Ribbon\RibbonContextualTabGroupItemsControl.cs (1)
157
tabGroupHeader.PrepareTabGroupHeader(item, ItemTemplate, ItemTemplateSelector,
ItemStringFormat
);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (3)
284
if (itemsControl.
ItemStringFormat
== parentItemsControl.
ItemStringFormat
)
338
if (headerStringFormat != null && hic.HeaderStringFormat == parentItemsControl.
ItemStringFormat
&& hTemplate == null)