1 write to _keyDictionary
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
5763
_keyDictionary
= new HybridDictionary();
4 references to _keyDictionary
PresentationBuildTasks (4)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (4)
5749
if (
_keyDictionary
== null)
5755
return
_keyDictionary
.Contains(key);
5761
if (
_keyDictionary
== null)
5765
_keyDictionary
[key] = null;