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