Implemented interface member:
14 references to Keys
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XmlnsCache.cs (1)
88
foreach(string assemblyName in _assemblyPathTable.
Keys
.OfType<string>().OrderBy(s => s, StringComparer.Ordinal))
PresentationFramework (9)
MS\Internal\Data\DataBindEngine.cs (1)
622
foreach (object o in asyncDispatchers.
Keys
)
MS\Internal\Data\StaticPropertyChangedEventManager.cs (1)
457
ICollection ic = _dict.
Keys
;
MS\Internal\Data\ValueChangedEventManager.cs (1)
151
ICollection ic = dict.
Keys
;
MS\Internal\Data\ValueTable.cs (1)
267
ICollection keys = _table.
Keys
;
MS\Internal\Data\ViewManager.cs (1)
770
_inactiveViewTables.
Keys
.CopyTo(keys, 0);
System\Windows\Documents\AdornerLayer.cs (2)
208
foreach (UIElement key in ElementMap.
Keys
)
790
ICollection keyCollection = ElementMap.
Keys
;
System\Windows\StyleHelper.cs (2)
1704
foreach (object o in dataTriggerRecordFromBinding.
Keys
)
1724
foreach (object o in dataTriggersWithActions.
Keys
)
System.Configuration.ConfigurationManager (1)
System\Configuration\BaseConfigurationRecord.cs (1)
3728
StreamInfos.
Keys
.CopyTo(keys, 0);
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\TypeCodeDomSerializer.cs (1)
147
foreach (string name in _nameTable.
Keys
)
System.Xaml (2)
System\Xaml\NameScope.cs (2)
230
var list = new List<string>(_nameMap.
Keys
.Count);
231
foreach (string key in _nameMap.
Keys
)