2 writes to _weakBitmapSourceEventSink
PresentationCore (2)
System\Windows\Media\Imaging\BitmapSource.cs (2)
1303
_weakBitmapSourceEventSink
= null;
1324
_weakBitmapSourceEventSink
= new WeakBitmapSourceEventSink(this);
10 references to _weakBitmapSourceEventSink
PresentationCore (10)
System\Windows\Media\Imaging\BitmapSource.cs (10)
1213
if (
_weakBitmapSourceEventSink
!= null)
1260
if (
_weakBitmapSourceEventSink
!= null)
1300
_weakBitmapSourceEventSink
.EventSource = null;
1322
if (
_weakBitmapSourceEventSink
== null)
1326
_weakBitmapSourceEventSink
.EventSource = eventSource;
1333
if (
_weakBitmapSourceEventSink
!= null)
1469
if (
_weakBitmapSourceEventSink
!= null &&
1470
sourceBitmap.
_weakBitmapSourceEventSink
!= null)
1472
sourceBitmap.
_weakBitmapSourceEventSink
.DetachSourceDownloadHandlers(
1473
_weakBitmapSourceEventSink
.EventSource);