2 writes to _weakBitmapSourceEventSink
PresentationCore (2)
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (2)
1451_weakBitmapSourceEventSink = null; 1472_weakBitmapSourceEventSink = new WeakBitmapSourceEventSink(this);
10 references to _weakBitmapSourceEventSink
PresentationCore (10)
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (10)
1360if (_weakBitmapSourceEventSink != null) 1408if (_weakBitmapSourceEventSink != null) 1448_weakBitmapSourceEventSink.EventSource = null; 1470if (_weakBitmapSourceEventSink == null) 1474_weakBitmapSourceEventSink.EventSource = eventSource; 1481if (_weakBitmapSourceEventSink != null) 1622if (_weakBitmapSourceEventSink != null && 1623sourceBitmap._weakBitmapSourceEventSink != null) 1625sourceBitmap._weakBitmapSourceEventSink.DetachSourceDownloadHandlers( 1626_weakBitmapSourceEventSink.EventSource);