34 implementations of Keys
mscorlib (11)
system\Collections\Concurrent\ConcurrentDictionary.cs (1)
1576ICollection IDictionary.Keys
system\collections\dictionarybase.cs (1)
51ICollection IDictionary.Keys {
system\collections\emptyreadonlydictionaryinternal.cs (1)
100public ICollection Keys {
system\collections\generic\dictionary.cs (1)
608ICollection IDictionary.Keys {
system\collections\hashtable.cs (1)
845public virtual ICollection Keys {
system\collections\listdictionaryinternal.cs (1)
98public ICollection Keys {
system\collections\objectmodel\readonlydictionary.cs (1)
203ICollection IDictionary.Keys {
system\collections\sortedlist.cs (1)
238public virtual ICollection Keys {
system\runtime\remoting\ichannel.cs (2)
619public virtual ICollection Keys 821public virtual ICollection Keys
system\runtime\remoting\message.cs (1)
2107public virtual ICollection Keys
PresentationBuildTasks (1)
Framework\System\Windows\Markup\XmlnsDictionary.cs (1)
501public ICollection Keys
PresentationCore (2)
Core\CSharp\System\Windows\Media\CharacterMetricsDictionary.cs (1)
308SC.ICollection SC.IDictionary.Keys
Core\CSharp\System\Windows\Media\CultureSpecificStringDictionary.cs (1)
278SC.ICollection SC.IDictionary.Keys
PresentationFramework (3)
src\Framework\System\Windows\Markup\Localizer\BamlLocalizationDictionary.cs (1)
185public ICollection Keys
src\Framework\System\Windows\Markup\XmlnsDictionary.cs (1)
501public ICollection Keys
src\Framework\System\Windows\ResourceDictionary.cs (1)
585public ICollection Keys
System (6)
compmod\system\collections\generic\sorteddictionary.cs (1)
252ICollection IDictionary.Keys {
compmod\system\collections\generic\sortedlist.cs (1)
293System.Collections.ICollection System.Collections.IDictionary.Keys {
compmod\system\collections\specialized\hybriddictionary.cs (1)
169public ICollection Keys {
compmod\system\collections\specialized\listdictionary.cs (1)
115public ICollection Keys {
compmod\system\collections\specialized\ordereddictionary.cs (1)
116public ICollection Keys {
compmod\system\componentmodel\PropertyDescriptorCollection.cs (1)
572ICollection IDictionary.Keys {
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelItemDictionary.cs (1)
296ICollection IDictionary.Keys
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelItemDictionary.cs (1)
296ICollection IDictionary.Keys
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (1)
183public virtual ICollection Keys {
System.Runtime.Remoting (1)
channels\http\combinedhttpchannel.cs (1)
371public virtual ICollection Keys
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
677public ICollection Keys
System.ServiceModel.Internals (1)
System\Runtime\Collections\OrderedDictionary.cs (1)
279ICollection IDictionary.Keys
System.Web (4)
UI\FilteredAttributeCollection.cs (1)
135ICollection IDictionary.Keys {
UI\ParsedAttributeCollection.cs (1)
220ICollection IDictionary.Keys {
UI\StateBag.cs (1)
85public ICollection Keys {
UI\WebParts\PersonalizationDictionary.cs (1)
50public virtual ICollection Keys {
WindowsBase (1)
Base\MS\Internal\IO\Packaging\CompoundFile\StreamWithDictionary.cs (1)
165ICollection IDictionary.Keys
57 references to Keys
mscorlib (5)
system\collections\sortedlist.cs (1)
171d.Keys.CopyTo(keys, 0);
system\runtime\remoting\ichannel.cs (2)
768_keyEnum = properties.Keys.GetEnumerator(); 829ICollection dictKeys = dict.Keys;
system\runtime\remoting\message.cs (2)
2113ICollection c = (_dict != null) ? _dict.Keys : null; 2139ICollection c = (_dict != null) ? _dict.Keys : null;
PresentationFramework (1)
src\Framework\System\Windows\Markup\Localizer\BamlLocalizationDictionary.cs (1)
188return ((IDictionary)_dictionary).Keys;
System (3)
compmod\system\diagnostics\traceutils.cs (1)
132foreach (string key in attributes.Keys) {
services\monitoring\system\diagnosticts\InstanceDataCollection.cs (1)
44get { return Dictionary.Keys; }
services\monitoring\system\diagnosticts\InstanceDataCollectionCollection.cs (1)
44get { return Dictionary.Keys; }
System.Data (1)
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (1)
186return Dictionary.Keys;
System.Runtime.Remoting (4)
channels\http\combinedhttpchannel.cs (2)
317_keyEnum = properties.Keys.GetEnumerator(); 379ICollection dictKeys = dict.Keys;
channels\ipc\ipcclientchannel.cs (1)
227foreach(Object key in _prop.Keys)
channels\tcp\tcpclientchannel.cs (1)
229foreach(Object key in _prop.Keys)
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\ContractValidationHelper.cs (1)
463foreach (string name in parameters.Keys)
System.ServiceModel.Internals (3)
System\Runtime\Diagnostics\DiagnosticTraceBase.cs (1)
367foreach (object dataItem in exception.Data.Keys)
System\Runtime\Diagnostics\DictionaryTraceRecord.cs (1)
25foreach (object key in this.dictionary.Keys)
System\Runtime\Diagnostics\EtwDiagnosticTrace.cs (1)
852foreach (object dataItem in exception.Data.Keys)
System.Transactions (3)
System\Transactions\Trace\DiagnosticTrace.cs (1)
706foreach (object dataItem in exception.Data.Keys)
System\Transactions\Trace\TraceRecords.cs (2)
1080foreach (object key in this.dictionary.Keys) 1093foreach (object key in this.dictionary.Keys)
System.Web (21)
Configuration\BrowserCapabilitiesFactoryBase.cs (1)
134foreach(String key in headers.Keys) {
Configuration\HttpCapabilitiesEvaluator.cs (1)
222foreach (string attribute in result.Capabilities.Keys) {
UI\CssStyleCollection.cs (3)
122foreach (string s in _table.Keys) { 126foreach (HtmlTextWriterStyle style in _intTable.Keys) { 134return _table.Keys;
UI\FilteredAttributeCollection.cs (1)
137return _data.Keys;
UI\MasterPage.cs (1)
216foreach(String contentName in contentTemplateCollection.Keys) {
UI\Page.cs (1)
2972foreach (string id in controlState.Keys) {
UI\ParsedAttributeCollection.cs (2)
111foreach (string key in _allFiltersDictionary.Keys) { 222return AllFiltersDictionary.Keys;
UI\SkinBuilder.cs (1)
269return skins.Keys;
UI\StateBag.cs (1)
87return bag.Keys;
UI\WebControls\DataKey.cs (2)
193_keyTable.Keys.CopyTo(aKeys, 0); 198other._keyTable.Keys.CopyTo(bKeys, 0);
UI\WebControls\MailDefinition.cs (1)
261foreach (object key in replacements.Keys) {
UI\WebControls\ObjectDataSourceView.cs (1)
1563allParameters.Keys.CopyTo(paramNames, 0);
Util\ObjectSet.cs (5)
207return _objects.Keys.GetEnumerator(); 214return _objects.Keys.Count; 222return _objects.Keys.IsSynchronized; 230return _objects.Keys.SyncRoot; 236_objects.Keys.CopyTo(array, index);
System.Web.Entity (3)
System\Data\WebControls\EntityDataSourceUtil.cs (1)
105foreach (object key in values.Keys)
System\Data\WebControls\EntityDataSourceView.cs (2)
888foreach (string propertyName in values.Keys) 909foreach (string propertyName in referenceValues.Keys)
System.Web.Mobile (5)
UI\MobileControls\Adapters\HtmlControlAdapter.cs (1)
159foreach(String name in dictionary.Keys)
UI\MobileControls\Adapters\WmlControlAdapter.cs (1)
127foreach(String name in dictionary.Keys)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicControlAdapter.cs (1)
233foreach (String name in dictionary.Keys) {
UI\MobileControls\Design\MobileControlPersister.cs (1)
404foreach (String templateName in templateCollection.Keys) {
UI\MobileControls\MobilePage.cs (1)
757foreach(String name in dictionary.Keys)
System.Web.Services (3)
System\Web\Services\Discovery\DiscoveryClientDocuments.cs (1)
38get { return Dictionary.Keys; }
System\Web\Services\Discovery\DiscoveryClientReferences.cs (1)
38get { return Dictionary.Keys; }
System\Web\Services\Discovery\DiscoveryExceptionDictionary.cs (1)
38get { return Dictionary.Keys; }
System.Workflow.Activities (1)
Rules\Helpers.cs (1)
96foreach (object key in original.UserData.Keys)
System.Workflow.ComponentModel (1)
AuthoringOM\Design\PropertyDescriptors.cs (1)
180foreach (object key in properties.Keys)
WindowsBase (2)
Base\MS\Internal\IO\Packaging\CompoundFile\StreamWithDictionary.cs (1)
170return baseDictionary.Keys;
Base\MS\Internal\IO\Zip\ZipIOCentralDirectoryBlock.cs (1)
357return CentralDirectoryDictionary.Keys;