14 writes to _isSourceCached
PresentationCore (14)
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (4)
128
_isSourceCached
= false;
144
_isSourceCached
= false;
617
_isSourceCached
= value;
993
_isSourceCached
= true;
Core\CSharp\System\Windows\Media\Imaging\CachedBitmap.cs (2)
455
_isSourceCached
= true;
528
_isSourceCached
= true;
Core\CSharp\System\Windows\Media\Imaging\ColorConvertedBitmap.cs (1)
153
_isSourceCached
= Source.IsSourceCached;
Core\CSharp\System\Windows\Media\Imaging\CroppedBitmap.cs (1)
151
_isSourceCached
= source.IsSourceCached;
Core\CSharp\System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
167
_isSourceCached
= false;
Core\CSharp\System\Windows\Media\Imaging\InteropBitmapSource.cs (2)
321
_isSourceCached
= true;
517
_isSourceCached
= true;
Core\CSharp\System\Windows\Media\Imaging\RenderTargetBitmap.cs (2)
269
_isSourceCached
= false;
323
_isSourceCached
= false;
Core\CSharp\System\Windows\Media\Imaging\TransformedBitmap.cs (1)
279
_isSourceCached
= _source.IsSourceCached;
3 references to _isSourceCached
PresentationCore (3)
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (3)
613
return
_isSourceCached
;
885
Debug.Assert(
_isSourceCached
);
1726
return HasCompatibleFormat &&
_isSourceCached
;