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