10 writes to IsSourceCached
PresentationCore (10)
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
66
IsSourceCached
= frameDecode.IsSourceCached;
456
IsSourceCached
= (_cacheOption != BitmapCacheOption.None);
System\Windows\Media\Imaging\BitmapFrameEncode.cs (1)
36
IsSourceCached
= _source.IsSourceCached;
System\Windows\Media\Imaging\BitmapImage.cs (2)
308
IsSourceCached
= bitmapImage.IsSourceCached;
615
IsSourceCached
= source.IsSourceCached;
System\Windows\Media\Imaging\BitmapSource.cs (2)
955
IsSourceCached
= true;
1416
IsSourceCached
= sourceBitmap.IsSourceCached;
System\Windows\Media\Imaging\CachedBitmap.cs (2)
85
IsSourceCached
= true;
201
IsSourceCached
= (_cacheOption != BitmapCacheOption.None);
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
1020
IsSourceCached
= true;
8 references to IsSourceCached
PresentationCore (8)
System\Windows\Media\Imaging\BitmapFrameDecode.cs (1)
66
IsSourceCached = frameDecode.
IsSourceCached
;
System\Windows\Media\Imaging\BitmapFrameEncode.cs (1)
36
IsSourceCached = _source.
IsSourceCached
;
System\Windows\Media\Imaging\BitmapImage.cs (2)
308
IsSourceCached = bitmapImage.
IsSourceCached
;
615
IsSourceCached = source.
IsSourceCached
;
System\Windows\Media\Imaging\BitmapSource.cs (1)
1416
IsSourceCached = sourceBitmap.
IsSourceCached
;
System\Windows\Media\Imaging\ColorConvertedBitmap.cs (1)
112
_isSourceCached = Source.
IsSourceCached
;
System\Windows\Media\Imaging\CroppedBitmap.cs (1)
116
_isSourceCached = source.
IsSourceCached
;
System\Windows\Media\Imaging\TransformedBitmap.cs (1)
244
_isSourceCached = _source.
IsSourceCached
;