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