You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -35,6 +35,8 @@ public void Initialization(Dictionary<string, int> usage)
35
35
}
36
36
}
37
37
38
+
privatevolatileboolremoving;
39
+
38
40
publicImageSourcethis[stringpath]
39
41
{
40
42
get
@@ -62,11 +64,13 @@ public ImageSource this[string path]
62
64
63
65
// To prevent the dictionary from drastically increasing in size by caching images, the dictionary size is not allowed to grow more than the permissibleFactor * maxCached size
64
66
// This is done so that we don't constantly perform this resizing operation and also maintain the image cache size at the same time
0 commit comments