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