2 writes to _weakBitmapSourceEventSink
PresentationCore (2)
System\Windows\Media\Imaging\BitmapSource.cs (2)
1349
_weakBitmapSourceEventSink
= null;
1370
_weakBitmapSourceEventSink
= new WeakBitmapSourceEventSink(this);
10 references to _weakBitmapSourceEventSink
PresentationCore (10)
System\Windows\Media\Imaging\BitmapSource.cs (10)
1259
if (
_weakBitmapSourceEventSink
!= null)
1306
if (
_weakBitmapSourceEventSink
!= null)
1346
_weakBitmapSourceEventSink
.EventSource = null;
1368
if (
_weakBitmapSourceEventSink
== null)
1372
_weakBitmapSourceEventSink
.EventSource = eventSource;
1379
if (
_weakBitmapSourceEventSink
!= null)
1515
if (
_weakBitmapSourceEventSink
!= null &&
1516
sourceBitmap.
_weakBitmapSourceEventSink
!= null)
1518
sourceBitmap.
_weakBitmapSourceEventSink
.DetachSourceDownloadHandlers(
1519
_weakBitmapSourceEventSink
.EventSource);