Base:
method
IndexOf
System.Xaml.MS.Impl.FrugalListBase<T>.IndexOf(T)
2 references to IndexOf
System.Xaml (2)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Utility\FrugalList.cs (2)
1339public override bool Contains(T value) => IndexOf(value) >= 0; 1366int index = IndexOf(value);