2 references to IndexOf
WindowsBase (2)
Shared\MS\Utility\ItemList.cs (2)
60
return (
IndexOf
(value) != -1);
180
int index =
IndexOf
(value);