2 references to FindMatch
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\Selector.cs (2)
2051
ItemInfo info = _selectedItems.
FindMatch
(key);
2445
ItemInfo match = _owner._selectedItems.
FindMatch
(ItemInfo.Key(info));