2 references to GetPrimaryTextFromItem
PresentationFramework (2)
System\Windows\Controls\ComboBox.cs (1)
604
string text = TextSearch.
GetPrimaryTextFromItem
(this, InternalSelectedItem);
System\Windows\Controls\TextSearch.cs (1)
527
string matchedText =
GetPrimaryTextFromItem
(itemsControl, itemsControl.Items[matchedItemIndex]);