2 writes to _weakBitmapSourceEventSink
PresentationCore (2)
System\Windows\Media\Imaging\BitmapSource.cs (2)
1334
_weakBitmapSourceEventSink
= null;
1355
_weakBitmapSourceEventSink
= new WeakBitmapSourceEventSink(this);
10 references to _weakBitmapSourceEventSink
PresentationCore (10)
System\Windows\Media\Imaging\BitmapSource.cs (10)
1244
if (
_weakBitmapSourceEventSink
!= null)
1291
if (
_weakBitmapSourceEventSink
!= null)
1331
_weakBitmapSourceEventSink
.EventSource = null;
1353
if (
_weakBitmapSourceEventSink
== null)
1357
_weakBitmapSourceEventSink
.EventSource = eventSource;
1364
if (
_weakBitmapSourceEventSink
!= null)
1500
if (
_weakBitmapSourceEventSink
!= null &&
1501
sourceBitmap.
_weakBitmapSourceEventSink
!= null)
1503
sourceBitmap.
_weakBitmapSourceEventSink
.DetachSourceDownloadHandlers(
1504
_weakBitmapSourceEventSink
.EventSource);