1 reference to FindLastIndex
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\Selector.cs (1)
2959
return _list.
FindLastIndex
( (ItemInfo x) => { return _equalityComparer.Equals(info, x); } );