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