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)
2770
if (
_freezeCache
== null)
2774
_freezeCache
.Add(value, freezable);
2784
if (
_freezeCache
!= null)
2786
_freezeCache
.TryGetValue(value, out freezable);