10 writes to IsSourceCached
PresentationCore (10)
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
67
IsSourceCached
= frameDecode.IsSourceCached;
460
IsSourceCached
= (_cacheOption != BitmapCacheOption.None);
System\Windows\Media\Imaging\BitmapFrameEncode.cs (1)
37
IsSourceCached
= _source.IsSourceCached;
System\Windows\Media\Imaging\BitmapImage.cs (2)
309
IsSourceCached
= bitmapImage.IsSourceCached;
616
IsSourceCached
= source.IsSourceCached;
System\Windows\Media\Imaging\BitmapSource.cs (2)
986
IsSourceCached
= true;
1447
IsSourceCached
= sourceBitmap.IsSourceCached;
System\Windows\Media\Imaging\CachedBitmap.cs (2)
85
IsSourceCached
= true;
248
IsSourceCached
= (_cacheOption != BitmapCacheOption.None);
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
1038
IsSourceCached
= true;
8 references to IsSourceCached
PresentationCore (8)
System\Windows\Media\Imaging\BitmapFrameDecode.cs (1)
67
IsSourceCached = frameDecode.
IsSourceCached
;
System\Windows\Media\Imaging\BitmapFrameEncode.cs (1)
37
IsSourceCached = _source.
IsSourceCached
;
System\Windows\Media\Imaging\BitmapImage.cs (2)
309
IsSourceCached = bitmapImage.
IsSourceCached
;
616
IsSourceCached = source.
IsSourceCached
;
System\Windows\Media\Imaging\BitmapSource.cs (1)
1447
IsSourceCached = sourceBitmap.
IsSourceCached
;
System\Windows\Media\Imaging\ColorConvertedBitmap.cs (1)
113
_isSourceCached = Source.
IsSourceCached
;
System\Windows\Media\Imaging\CroppedBitmap.cs (1)
117
_isSourceCached = source.
IsSourceCached
;
System\Windows\Media\Imaging\TransformedBitmap.cs (1)
245
_isSourceCached = _source.
IsSourceCached
;