6 references to IsKeys
System.Collections.Specialized (6)
System\Collections\Specialized\OrderedDictionary.cs (6)
564
array.SetValue(
IsKeys
? ((DictionaryEntry)o).Key : ((DictionaryEntry)o).Value, index);
577
return new OrderedDictionaryEnumerator(_objects,
IsKeys
? OrderedDictionaryEnumerator.Keys : OrderedDictionaryEnumerator.Values);
582
if (
IsKeys
)
604
if (
IsKeys
)
636
return
IsKeys
? entry.Key : entry.Value;
668
return
IsKeys
? SR.NotSupported_KeyCollectionSet : SR.NotSupported_ValueCollectionSet;