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