1 write to _bitmapSource
PresentationCore (1)
System\Windows\Media\Imaging\BitmapSource.cs (1)
1742
_bitmapSource
= new WeakReference<BitmapSource>(bitmapSource);
5 references to _bitmapSource
PresentationCore (5)
System\Windows\Media\Imaging\BitmapSource.cs (5)
1748
if(
_bitmapSource
.TryGetTarget(out bitmapSource))
1765
if(
_bitmapSource
.TryGetTarget(out bitmapSource))
1780
if(
_bitmapSource
.TryGetTarget(out bitmapSource))
1797
if(
_bitmapSource
.TryGetTarget(out bitmapSource))
1827
if(
_bitmapSource
.TryGetTarget(out bitmapSource))