Implemented interface member:
2 references to Keys
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\ParserContext.cs (1)
446
foreach (string key in parserContext._xmlnsDictionary.
Keys
)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XmlnsDictionary.cs (1)
313
return
Keys
.GetEnumerator();