2 references to GetIndex
PresentationFramework (2)
MS\Internal\UncommonValueTable.cs (2)
91return HasValue(id) ? GetIndex(id) : -1; 97int index = GetIndex(id);