2 writes to _weakBitmapSourceEventSink
PresentationCore (2)
System\Windows\Media\Imaging\BitmapSource.cs (2)
1333
_weakBitmapSourceEventSink
= null;
1354
_weakBitmapSourceEventSink
= new WeakBitmapSourceEventSink(this);
10 references to _weakBitmapSourceEventSink
PresentationCore (10)
System\Windows\Media\Imaging\BitmapSource.cs (10)
1243
if (
_weakBitmapSourceEventSink
!= null)
1290
if (
_weakBitmapSourceEventSink
!= null)
1330
_weakBitmapSourceEventSink
.EventSource = null;
1352
if (
_weakBitmapSourceEventSink
== null)
1356
_weakBitmapSourceEventSink
.EventSource = eventSource;
1363
if (
_weakBitmapSourceEventSink
!= null)
1499
if (
_weakBitmapSourceEventSink
!= null &&
1500
sourceBitmap.
_weakBitmapSourceEventSink
!= null)
1502
sourceBitmap.
_weakBitmapSourceEventSink
.DetachSourceDownloadHandlers(
1503
_weakBitmapSourceEventSink
.EventSource);