Base:
method
IndexOf
MS.Internal.Data.RBTree<T>.IndexOf(T)
2 references to IndexOf
PresentationFramework (2)
src\Framework\MS\Internal\Data\LiveShapingList.cs (2)
340
_filterRoot.RemoveAt(_filterRoot.
IndexOf
(lsi));
368
return _root.
IndexOf
(lsi);