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