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