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