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