1 write to _bitmapSource
PresentationCore (1)
System\Windows\Media\Imaging\BitmapSource.cs (1)
1697
_bitmapSource
= new WeakReference<BitmapSource>(bitmapSource);
5 references to _bitmapSource
PresentationCore (5)
System\Windows\Media\Imaging\BitmapSource.cs (5)
1703
if(
_bitmapSource
.TryGetTarget(out bitmapSource))
1720
if(
_bitmapSource
.TryGetTarget(out bitmapSource))
1735
if(
_bitmapSource
.TryGetTarget(out bitmapSource))
1752
if(
_bitmapSource
.TryGetTarget(out bitmapSource))
1782
if(
_bitmapSource
.TryGetTarget(out bitmapSource))