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