4 references to DisplayMemberPath
PresentationFramework (4)
src\Framework\System\Windows\Controls\ItemsControl.cs (3)
407
string displayMemberPath =
DisplayMemberPath
;
429
ItemTemplateSelector = new DisplayMemberTemplateSelector(
DisplayMemberPath
, ItemStringFormat);
661
if (string.IsNullOrEmpty(
DisplayMemberPath
))
src\Framework\System\Windows\Controls\TextSearch.cs (1)
584
primaryTextPath = itemsControl.
DisplayMemberPath
;