1 write to _freezeCache
PresentationFramework (1)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2772_freezeCache = new Dictionary<string, Freezable>();
4 references to _freezeCache
PresentationFramework (4)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (4)
2770if (_freezeCache == null) 2774_freezeCache.Add(value, freezable); 2784if (_freezeCache != null) 2786_freezeCache.TryGetValue(value, out freezable);