7 references to KeyOrValue
System (7)
compmod\system\collections\specialized\stringdictionary.cs (7)
262_keys = new ICollectionToGenericCollectionAdapter(m_stringDictionary, KeyOrValue.Key); 272_values = new ICollectionToGenericCollectionAdapter(m_stringDictionary, KeyOrValue.Value); 376KeyOrValue _keyOrValue; 378public ICollectionToGenericCollectionAdapter(StringDictionary source, KeyOrValue keyOrValue) { 394if( _keyOrValue == KeyOrValue.Key ) { 406if( _keyOrValue == KeyOrValue.Key ) { 435if( _keyOrValue == KeyOrValue.Key ) {