1 implementation of IndexOf
mscorlib (1)
system\runtime\interopservices\windowsruntime\icustompropertyprovider.cs (1)
375bool IBindableVector.IndexOf(object value, out uint index)
4 references to IndexOf
mscorlib (4)
system\runtime\interopservices\windowsruntime\bindablevectortolistadapter.cs (3)
81return _this.IndexOf(item, out index); 115bool exists = _this.IndexOf(item, out index); 146bool exists = _this.IndexOf(item, out index);
system\runtime\interopservices\windowsruntime\icustompropertyprovider.cs (1)
381return bindableVector.IndexOf(value, out index);