コード例 #1
0
 private void OnLruEviction(object sender, EntryRemovedEventArgs <Uri, SelfDisposingBitmapDrawable> e)
 {
     if (e.OldValue is SelfDisposingBitmapDrawable)
     {
         ProcessEviction((SelfDisposingBitmapDrawable)e.OldValue, e.Evicted);
     }
 }
コード例 #2
0
 private void OnEntryRemovedFromReusePool(object sender, EntryRemovedEventArgs <Uri, SelfDisposingBitmapDrawable> e)
 {
     ProcessRemoval(e.OldValue, e.Evicted);
 }