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