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