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)
819
if (
_freezeCache
== null)
823
_freezeCache
.Add(value, freezable);
834
if (
_freezeCache
!= null)
836
_freezeCache
.TryGetValue(value, out freezable);