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