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