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