Implemented interface member:
property
Keys
System.Collections.IDictionary.Keys
3 references to Keys
PresentationFramework (3)
src\Framework\System\Windows\Markup\ParserContext.cs (2)
195
foreach (string key in xmlDictionaryFrom.
Keys
)
469
foreach (string key in parserContext._xmlnsDictionary.
Keys
)
src\Framework\System\Windows\Markup\XmlnsDictionary.cs (1)
326
return
Keys
.GetEnumerator();