1 write to _keyDictionary
PresentationBuildTasks (1)
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
5718
_keyDictionary
= new HybridDictionary();
4 references to _keyDictionary
PresentationBuildTasks (4)
Framework\System\Windows\Markup\XamlReaderHelper.cs (4)
5704
if (
_keyDictionary
== null)
5710
return
_keyDictionary
.Contains(key);
5716
if (
_keyDictionary
== null)
5720
_keyDictionary
[key] = null;