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)
613return _isSourceCached; 885Debug.Assert(_isSourceCached); 1726return HasCompatibleFormat && _isSourceCached;