10 writes to IsSourceCached
PresentationCore (10)
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
87
IsSourceCached
= frameDecode.IsSourceCached;
480
IsSourceCached
= (_cacheOption != BitmapCacheOption.None);
System\Windows\Media\Imaging\BitmapFrameEncode.cs (1)
52
IsSourceCached
= _source.IsSourceCached;
System\Windows\Media\Imaging\BitmapImage.cs (2)
327
IsSourceCached
= bitmapImage.IsSourceCached;
634
IsSourceCached
= source.IsSourceCached;
System\Windows\Media\Imaging\BitmapSource.cs (2)
1001
IsSourceCached
= true;
1462
IsSourceCached
= sourceBitmap.IsSourceCached;
System\Windows\Media\Imaging\CachedBitmap.cs (2)
106
IsSourceCached
= true;
269
IsSourceCached
= (_cacheOption != BitmapCacheOption.None);
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
1055
IsSourceCached
= true;
8 references to IsSourceCached
PresentationCore (8)
System\Windows\Media\Imaging\BitmapFrameDecode.cs (1)
87
IsSourceCached = frameDecode.
IsSourceCached
;
System\Windows\Media\Imaging\BitmapFrameEncode.cs (1)
52
IsSourceCached = _source.
IsSourceCached
;
System\Windows\Media\Imaging\BitmapImage.cs (2)
327
IsSourceCached = bitmapImage.
IsSourceCached
;
634
IsSourceCached = source.
IsSourceCached
;
System\Windows\Media\Imaging\BitmapSource.cs (1)
1462
IsSourceCached = sourceBitmap.
IsSourceCached
;
System\Windows\Media\Imaging\ColorConvertedBitmap.cs (1)
132
_isSourceCached = Source.
IsSourceCached
;
System\Windows\Media\Imaging\CroppedBitmap.cs (1)
136
_isSourceCached = source.
IsSourceCached
;
System\Windows\Media\Imaging\TransformedBitmap.cs (1)
264
_isSourceCached = _source.
IsSourceCached
;