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)
1360
if (
_weakBitmapSourceEventSink
!= null)
1408
if (
_weakBitmapSourceEventSink
!= null)
1448
_weakBitmapSourceEventSink
.EventSource = null;
1470
if (
_weakBitmapSourceEventSink
== null)
1474
_weakBitmapSourceEventSink
.EventSource = eventSource;
1481
if (
_weakBitmapSourceEventSink
!= null)
1622
if (
_weakBitmapSourceEventSink
!= null &&
1623
sourceBitmap.
_weakBitmapSourceEventSink
!= null)
1625
sourceBitmap.
_weakBitmapSourceEventSink
.DetachSourceDownloadHandlers(
1626
_weakBitmapSourceEventSink
.EventSource);