1 write to _bitmapSource
PresentationCore (1)
System\Windows\Media\Imaging\BitmapSource.cs (1)
1726
_bitmapSource
= new WeakReference<BitmapSource>(bitmapSource);
5 references to _bitmapSource
PresentationCore (5)
System\Windows\Media\Imaging\BitmapSource.cs (5)
1732
if(
_bitmapSource
.TryGetTarget(out bitmapSource))
1749
if(
_bitmapSource
.TryGetTarget(out bitmapSource))
1764
if(
_bitmapSource
.TryGetTarget(out bitmapSource))
1781
if(
_bitmapSource
.TryGetTarget(out bitmapSource))
1811
if(
_bitmapSource
.TryGetTarget(out bitmapSource))