Implemented interface member:
13 references to Keys
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XmlnsCache.cs (1)
97foreach(string assemblyName in _assemblyPathTable.Keys.OfType<string>().OrderBy(s => s, StringComparer.Ordinal))
PresentationFramework (9)
MS\Internal\Data\DataBindEngine.cs (1)
630foreach (object o in asyncDispatchers.Keys)
MS\Internal\Data\StaticPropertyChangedEventManager.cs (1)
460ICollection ic = _dict.Keys;
MS\Internal\Data\ValueChangedEventManager.cs (1)
156ICollection ic = dict.Keys;
MS\Internal\Data\ValueTable.cs (1)
271ICollection keys = _table.Keys;
MS\Internal\Data\ViewManager.cs (1)
776_inactiveViewTables.Keys.CopyTo(keys, 0);
System\Windows\Documents\AdornerLayer.cs (2)
212foreach (UIElement key in ElementMap.Keys) 792ICollection keyCollection = ElementMap.Keys;
System\Windows\StyleHelper.cs (2)
1712foreach (object o in dataTriggerRecordFromBinding.Keys) 1732foreach (object o in dataTriggersWithActions.Keys)
System.Configuration.ConfigurationManager (1)
System\Configuration\BaseConfigurationRecord.cs (1)
3728StreamInfos.Keys.CopyTo(keys, 0);
System.Xaml (2)
System\Xaml\NameScope.cs (2)
228var list = new List<string>(_nameMap.Keys.Count); 229foreach (string key in _nameMap.Keys)