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