2 references to Values
System.Collections.Specialized (2)
System\Collections\Specialized\OrderedDictionary.cs (2)
470
if (_objectReturnType ==
Values
)
577
return new OrderedDictionaryEnumerator(_objects, IsKeys ? OrderedDictionaryEnumerator.Keys : OrderedDictionaryEnumerator.
Values
);