1 write to _bitmapSource
PresentationCore (1)
System\Windows\Media\Imaging\BitmapSource.cs (1)
1696
_bitmapSource
= new WeakReference<BitmapSource>(bitmapSource);
5 references to _bitmapSource
PresentationCore (5)
System\Windows\Media\Imaging\BitmapSource.cs (5)
1702
if(
_bitmapSource
.TryGetTarget(out bitmapSource))
1719
if(
_bitmapSource
.TryGetTarget(out bitmapSource))
1734
if(
_bitmapSource
.TryGetTarget(out bitmapSource))
1751
if(
_bitmapSource
.TryGetTarget(out bitmapSource))
1781
if(
_bitmapSource
.TryGetTarget(out bitmapSource))