1 write to _freezeCache
PresentationFramework (1)
src\Framework\System\Windows\Markup\ParserContext.cs (1)
821_freezeCache = new Dictionary<string, Freezable>();
4 references to _freezeCache
PresentationFramework (4)
src\Framework\System\Windows\Markup\ParserContext.cs (4)
819if (_freezeCache == null) 823_freezeCache.Add(value, freezable); 834if (_freezeCache != null) 836_freezeCache.TryGetValue(value, out freezable);