Implemented interface member:
property
Values
System.Collections.IDictionary.Values
1 override of Values
mscorlib (1)
system\collections\hashtable.cs (1)
1508public override ICollection Values {
152 references to Values
mscorlib (3)
system\__comobject.cs (1)
133foreach (Object o in m_ObjectToDataMap.Values)
system\collections\dictionarybase.cs (1)
63return InnerHashtable.Values;
system\collections\hashtable.cs (1)
1511return _table.Values;
PresentationFramework (3)
src\Framework\System\Windows\ResourceDictionary.cs (3)
2288_baseDictionary.Values.CopyTo(values, 0); 2352_baseDictionary.Values.CopyTo(values, 0); 2379foreach (object value in _baseDictionary.Values)
System (32)
compmod\system\codedom\compiler\CodeDomConfigurationHandler.cs (2)
139foreach (CompilerInfo destinationCompilerInfo in _compilerLanguages.Values) { 142foreach (CompilerInfo destinationCompilerInfo in _compilerExtensions.Values) {
compmod\system\collections\specialized\hybriddictionary.cs (1)
221return hashtable.Values;
compmod\system\collections\specialized\stringdictionary.cs (1)
109return contents.Values;
compmod\system\componentmodel\MemberDescriptor.cs (2)
405Attribute[] newAttributes = new Attribute[hash.Values.Count]; 406hash.Values.CopyTo(newAttributes, 0);
net\System\Net\_AutoWebProxyScriptWrapper.cs (1)
782foreach (AppDomain domain in s_AppDomains.Values)
net\System\Net\_SpnDictionary.cs (3)
150foreach (SpnToken spnToken in m_SyncTable.Values) 251get { return spnDictionary.m_SyncTable.Values.Count; } 266foreach (SpnToken spnToken in spnDictionary.m_SyncTable.Values)
net\System\Net\CredentialCache.cs (2)
333table.Values.CopyTo(m_array, 0); 334hostTable.Values.CopyTo(m_array, table.Count);
net\System\Net\HttpListener.cs (3)
596foreach (DisconnectAsyncResult result in DisconnectResults.Values) 740foreach (string registeredPrefix in m_UriPrefixes.Values) { 1127foreach (string registeredPrefix in m_UriPrefixes.Values) {
net\System\Net\ServicePoint.cs (4)
810foreach (ConnectionGroup cg in m_ConnectionGroupList.Values) 827foreach (ConnectionGroup group in m_ConnectionGroupList.Values) 1189foreach (ConnectionGroup cg in m_ConnectionGroupList.Values) 1520foreach(ConnectionGroup connectGroup in m_ConnectionGroupList.Values) {
services\monitoring\system\diagnosticts\EventLogInternal.cs (1)
689foreach (SafeLibraryHandle handle in messageLibraries.Values)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (4)
277foreach (PerformanceCounterLib library in libraryTable.Values) 286foreach (PerformanceCounterLib library in libraryTable.Values) 1487foreach (CounterDefinitionSample multiSample in this.CounterTable.Values) { 1600categorySample.InstanceNameTable.Values.CopyTo(indexes, 0);
services\monitoring\system\diagnosticts\ProcessManager.cs (6)
413ProcessInfo[] temp = new ProcessInfo[processInfos.Values.Count]; 414processInfos.Values.CopyTo(temp, 0); 884ProcessInfo[] temp = new ProcessInfo[processInfos.Values.Count]; 885processInfos.Values.CopyTo(temp, 0); 1231ProcessInfo[] temp = new ProcessInfo[processInfos.Values.Count]; 1232processInfos.Values.CopyTo(temp, 0);
sys\system\configuration\SettingsPropertyCollection.cs (2)
86return _Hashtable.Values.GetEnumerator(); 145_Hashtable.Values.CopyTo(array, index);
System.Configuration (21)
System\Configuration\BaseConfigurationRecord.cs (3)
708foreach (SectionRecord sectionRecord in _sectionRecords.Values) { 4015IEnumerable children = _children.Values; 4132foreach (BaseConfigurationRecord child in _children.Values) {
System\Configuration\MgmtConfigurationRecord.cs (10)
355foreach (string subPath in _locationTags.Values) { 411foreach (FactoryRecord factoryRecord in configRecord._factoryRecords.Values) { 595foreach (SectionRecord sectionRecord in current._sectionRecords.Values) { 1008foreach (FactoryId factoryId in SectionFactories.Values) { 1033foreach (FactoryId factoryId in SectionGroupFactories.Values) { 1484foreach (FactoryRecord factoryRecord in _factoryRecords.Values) { 1580foreach (SectionRecord sectionRecord in _sectionRecords.Values) { 1607foreach (ConfigurationSectionGroup configSectionGroup in _sectionGroups.Values) { 1902foreach (FactoryRecord factoryRecord in _factoryRecords.Values) { 1927foreach (SectionRecord sectionRecord in _sectionRecords.Values) {
System\Configuration\ProviderCollection.cs (2)
66return _Hashtable.Values.GetEnumerator(); 104_Hashtable.Values.CopyTo(array, index);
System\Configuration\SectionUpdates.cs (6)
79foreach (SectionUpdates sectionUpdates in _groups.Values) { 164foreach (SectionUpdates sectionUpdates in _groups.Values) { 175foreach (SectionUpdates sectionUpdates in _groups.Values) { 195foreach (SectionUpdates sectionUpdates in _groups.Values) { 212foreach (Update update in _sections.Values) { 232foreach (Update update in _sections.Values) {
System.Data (1)
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (1)
346descriptors.Values.CopyTo(properties, 0);
System.Data.SqlXml (4)
System\Xml\Xsl\Runtime\WhitespaceRuleLookup.cs (1)
67foreach (InternalWhitespaceRule rule in this.qnames.Values)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
768foreach(CodeTypeDeclaration scriptClass in typeDecls.Values) {
System\Xml\Xsl\XsltOld\RootAction.cs (2)
121foreach (AttributeSetAction attSet in this.attributeSetTable.Values) { 135foreach (AttributeSetAction srcAttSet in stylesheet.AttributeSetTable.Values) {
System.Drawing (9)
commonui\System\Drawing\ColorConverter.cs (3)
212foreach (Color c in Colors.Values) { 366arrayValues.AddRange(Colors.Values); 367arrayValues.AddRange(SystemColors.Values);
commonui\System\Drawing\FontConverter.cs (2)
605object[] array = new object[hash.Values.Count]; 606hash.Values.CopyTo(array, 0);
misc\DebugHandleTracker.cs (4)
64HandleType[] types = new HandleType[handleTypes.Values.Count]; 65handleTypes.Values.CopyTo(types, 0); 89HandleType[] types = new HandleType[handleTypes.Values.Count]; 90handleTypes.Values.CopyTo(types, 0);
System.Messaging (2)
System\Messaging\XmlMessageFormatter.cs (2)
131foreach (XmlSerializer serializer in targetSerializerTable.Values) 206foreach (XmlSerializer serializer in targetSerializerTable.Values)
System.Security (3)
system\security\cryptography\xml\c14nutil.cs (1)
772nsLocallyDeclared.Values.CopyTo(attrs, 0);
system\security\cryptography\xml\canonicalxml.cs (2)
161nsLocallyDeclared.Values.CopyTo(attrs,0); 176foreach (Object a in GetScopeAt(i).GetUnrendered().Values) {
System.ServiceModel (5)
System\ServiceModel\Description\MessageContractImporter.cs (2)
1002foreach (XmlSchema schema in references.Values) 1009foreach (XmlSchema schema in references.Values)
System\ServiceModel\Security\SecurityContextTokenCache.cs (1)
223foreach (IExpirableItem value in cacheTable.Values)
System\ServiceModel\Security\TimeBoundedCache.cs (1)
208foreach (IExpirableItem item in this.entries.Values)
System\ServiceModel\Security\Tokens\WindowsUserNameCachingSecurityTokenAuthenticator.cs (1)
56foreach (IExpirableItem value in cacheTable.Values)
System.Web (6)
Compilation\AssemblyBuilder.cs (1)
55get { return _buildProviders.Values; }
Compilation\BaseCodeDomTreeGenerator.cs (1)
312foreach (NamespaceEntry entry in Parser.NamespaceEntries.Values) {
Hosting\MapPathBasedVirtualPathProvider.cs (1)
308_virtualEnumerator = _virtualPaths.Values.GetEnumerator();
UI\DataBindingCollection.cs (1)
180return bindings.Values.GetEnumerator();
UI\ExpressionBindingCollection.cs (1)
188return bindings.Values.GetEnumerator();
UI\TagNameToTypeMapper.cs (1)
277return _userControlRegisterEntries.Values;
System.Web.Mobile (2)
UI\MobileControls\Design\Converters\FontNameConverter.cs (2)
89object[] array = new object[hash.Values.Count]; 90hash.Values.CopyTo(array, 0);
System.Web.Services (6)
System\Web\Services\Description\ProtocolReflector.cs (1)
295foreach (ReflectedBinding reflectedBinding in reflectedBindings.Values) {
System\Web\Services\Description\ServiceDescriptionImporter.cs (3)
292foreach (ImportContext context in namespaces.Values) { 503foreach (XmlSchema schema in references.Values) { 511foreach (XmlSchema schema in references.Values) {
System\Web\Services\Description\SoapProtocolImporter.cs (2)
364foreach (GlobalSoapHeader soapHeader in headers.Values) { 613foreach (LocalSoapHeader soapHeader in localHeaders.Values) {
System.Windows.Forms (29)
misc\DebugHandleTracker.cs (4)
64HandleType[] types = new HandleType[handleTypes.Values.Count]; 65handleTypes.Values.CopyTo(types, 0); 89HandleType[] types = new HandleType[handleTypes.Values.Count]; 90handleTypes.Values.CopyTo(types, 0);
winforms\Managed\System\WinForms\Application.cs (6)
1938foreach (ComponentHashtableEntry entry in OleComponents.Values) { 1988foreach (ComponentHashtableEntry entry in OleComponents.Values) { 2165IEnumerator enumerator = OleComponents.Values.GetEnumerator(); 2296foreach(ComponentHashtableEntry entry in OleComponents.Values) { 2970ThreadContext[] ctxs = new ThreadContext[contextHash.Values.Count]; 2971contextHash.Values.CopyTo(ctxs, 0);
winforms\Managed\System\WinForms\AxHost.cs (2)
5585Control[] ctls = new Control[containerCache.Values.Count]; 5586containerCache.Values.CopyTo(ctls, 0);
winforms\Managed\System\WinForms\ComboBox.cs (1)
5791foreach(object o in ACWindows.Values) {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
487foreach (PropInfo pi in propInfos.Values){
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
5614foreach (Pen pen in this.pens.Values) 5628foreach (SolidBrush brush in this.brushes.Values)
winforms\Managed\System\WinForms\ErrorProvider.cs (9)
174foreach (ErrorWindow w in windows.Values) 182foreach (ErrorWindow w in windows.Values) { 505foreach (ControlItem ctl in items.Values) { 612ErrorWindow[] array = new ErrorWindow[windows.Values.Count]; 613windows.Values.CopyTo(array, 0); 690ErrorWindow[] w = new ErrorWindow[windows.Values.Count]; 691windows.Values.CopyTo(w, 0); 696foreach (ControlItem item in items.Values) { 821foreach (ErrorWindow w in windows.Values)
winforms\Managed\System\WinForms\ToolTip.cs (2)
2001Control[] ctls = new Control[owners.Values.Count]; 2002owners.Values.CopyTo(ctls, 0);
winforms\Managed\System\WinForms\WebBrowserContainer.cs (2)
232Control[] ctls = new Control[containerCache.Values.Count]; 233containerCache.Values.CopyTo(ctls, 0);
System.Workflow.ComponentModel (9)
AuthoringOM\Activity.cs (3)
1078foreach (Activity activityRoot in ContextIdToActivityMap.Values) 1090foreach (Activity activityRoot in ContextIdToActivityMap.Values) 1212ActivityRoots = new ArrayList(ContextIdToActivityMap.Values);
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (4)
498foreach (Type type in this.designTimeTypes.Values) 617foreach (AssemblyLoader loader in this.assemblyLoaders.Values) 930foreach (Type cachedtype in this.hashOfDTTypes.Values) 999foreach (CodeDomLoader codeDomLoader in this.compileUnitLoaders.Values)
AuthoringOM\Design\PropertyDescriptors.cs (1)
158properties.Values.CopyTo(returnProps, 0);
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (1)
771foreach (object propertyObj in allProperties.Values)
System.Workflow.Runtime (3)
WorkflowDefinitionDispenser.cs (2)
542foreach (LinkedListNode<Activity> node in this.hashtable.Values) 558foreach (LinkedListNode<Activity> node in hashtable.Values)
WorkflowExecutor.cs (1)
1052foreach (Activity completedContextActivity in this.completedContextActivities.Values)
System.Xml (11)
System\Xml\Schema\SchemaSetCompiler.cs (1)
112foreach(XmlSchema schema in schemasToCompile.Values) {
System\Xml\Schema\XdrBuilder.cs (1)
638foreach (SchemaElementDecl ed in builder._UndeclaredElements.Values) {
System\Xml\Serialization\Compiler.cs (2)
36string[] array = new string[imports.Values.Count]; 37imports.Values.CopyTo(array, 0);
System\Xml\Serialization\NameTable.cs (2)
72get { return table.Values; } 77table.Values.CopyTo(a, 0);
System\Xml\Serialization\XmlSchemaImporter.cs (1)
801IEnumerator enumerator = uniqueTypeDescs.Values.GetEnumerator();
System\Xml\Serialization\XmlSchemas.cs (2)
609foreach(XmlSchema s in delayedSchemas.Values) 618foreach (XmlSchema s in References.Values)
System\Xml\Serialization\XmlSerializationReader.cs (2)
2172foreach (CreateCollectionInfo c in createMethods.Values) { 2177foreach (string idName in idNames.Values) {
WindowsBase (3)
Base\System\IO\Packaging\CompoundFile\DataSpaceManager.cs (1)
532foreach( object o in _transformDefinitions.Values )
Base\System\IO\Packaging\CompoundFile\StorageInfo.cs (2)
987foreach( object entry in invalidateCore.validEnumerators.Values ) 1244foreach( object o in startCore.elementInfoCores.Values )