2 writes to _weakBitmapSourceEventSink
PresentationCore (2)
System\Windows\Media\Imaging\BitmapSource.cs (2)
1304
_weakBitmapSourceEventSink
= null;
1325
_weakBitmapSourceEventSink
= new WeakBitmapSourceEventSink(this);
10 references to _weakBitmapSourceEventSink
PresentationCore (10)
System\Windows\Media\Imaging\BitmapSource.cs (10)
1214
if (
_weakBitmapSourceEventSink
!= null)
1261
if (
_weakBitmapSourceEventSink
!= null)
1301
_weakBitmapSourceEventSink
.EventSource = null;
1323
if (
_weakBitmapSourceEventSink
== null)
1327
_weakBitmapSourceEventSink
.EventSource = eventSource;
1334
if (
_weakBitmapSourceEventSink
!= null)
1470
if (
_weakBitmapSourceEventSink
!= null &&
1471
sourceBitmap.
_weakBitmapSourceEventSink
!= null)
1473
sourceBitmap.
_weakBitmapSourceEventSink
.DetachSourceDownloadHandlers(
1474
_weakBitmapSourceEventSink
.EventSource);