78 references to BitmapCacheOption
PresentationCore (77)
System\Windows\Media\ImageSourceConverter.cs (3)
104
BitmapCacheOption
.Default,
132
BitmapCacheOption
.Default
143
BitmapCacheOption
.Default
System\Windows\Media\ImageSourceValueSerializer.cs (1)
55
BitmapCacheOption
.Default,
System\Windows\Media\Imaging\BitmapDecoder.cs (12)
56
BitmapCacheOption
cacheOption,
113
BitmapCacheOption
cacheOption,
161
BitmapCacheOption
cacheOption,
229
BitmapCacheOption
cacheOption,
446
BitmapCacheOption
cacheOption
463
BitmapCacheOption
cacheOption,
490
BitmapCacheOption
cacheOption
996
BitmapCacheOption
cacheOption,
1135
if (cacheOption ==
BitmapCacheOption
.OnLoad)
1392
else if ((_createOptions & BitmapCreateOptions.DelayCreation) == 0 && _cacheOption ==
BitmapCacheOption
.OnLoad)
1445
if (i > 0 && _cacheOption !=
BitmapCacheOption
.OnLoad)
1656
internal
BitmapCacheOption
_cacheOption;
System\Windows\Media\Imaging\BitmapFrame.cs (6)
43
BitmapCacheOption
cacheOption,
118
BitmapCacheOption
.Default,
133
BitmapCacheOption
cacheOption
150
BitmapCacheOption
cacheOption,
182
BitmapCacheOption
.Default,
197
BitmapCacheOption
cacheOption
System\Windows\Media\Imaging\BitmapFrameDecode.cs (5)
31
BitmapCacheOption
cacheOption,
65
BitmapCacheOption
cacheOption,
109
BitmapCacheOption
cacheOption,
465
IsSourceCached = (_cacheOption !=
BitmapCacheOption
.None);
739
private
BitmapCacheOption
_cacheOption;
System\Windows\Media\Imaging\BitmapImage.cs (8)
79
if (UriSource != null && !UriSource.IsAbsoluteUri && CacheOption !=
BitmapCacheOption
.OnLoad)
163
CacheOption ==
BitmapCacheOption
.Default &&
341
BitmapCacheOption
.None, // do not cache the frames since we will do that here
583
if (CacheOption !=
BitmapCacheOption
.None)
605
if (decoder != null && CacheOption ==
BitmapCacheOption
.OnLoad)
609
else if (CacheOption !=
BitmapCacheOption
.OnLoad)
695
_cacheOption = (
BitmapCacheOption
)e.NewValue;
920
private
BitmapCacheOption
_cacheOption;
System\Windows\Media\Imaging\BitmapSource.cs (3)
1069
BitmapCacheOption
cacheOption,
1077
if (cacheOption ==
BitmapCacheOption
.None)
1089
if (cacheOption ==
BitmapCacheOption
.OnDemand)
System\Windows\Media\Imaging\BmpBitmapDecoder.cs (3)
37
BitmapCacheOption
cacheOption
51
BitmapCacheOption
cacheOption
66
BitmapCacheOption
cacheOption,
System\Windows\Media\Imaging\CachedBitmap.cs (8)
23
public CachedBitmap(BitmapSource source, BitmapCreateOptions createOptions,
BitmapCacheOption
cacheOption)
74
_cacheOption =
BitmapCacheOption
.OnLoad;
203
if (_cacheOption ==
BitmapCacheOption
.OnDemand)
204
_cacheOption =
BitmapCacheOption
.OnLoad;
248
IsSourceCached = (_cacheOption !=
BitmapCacheOption
.None);
446
_cacheOption =
BitmapCacheOption
.OnLoad;
455
BitmapCacheOption
_cacheOption =
BitmapCacheOption
.Default;
System\Windows\Media\Imaging\Generated\BitmapImage.cs (6)
268
public
BitmapCacheOption
CacheOption
272
return (
BitmapCacheOption
) GetValue(CacheOptionProperty);
469
internal static
BitmapCacheOption
s_CacheOption =
BitmapCacheOption
.Default;
568
typeof(
BitmapCacheOption
),
570
BitmapCacheOption
.Default,
System\Windows\Media\Imaging\GifBitmapDecoder.cs (3)
37
BitmapCacheOption
cacheOption
51
BitmapCacheOption
cacheOption
66
BitmapCacheOption
cacheOption,
System\Windows\Media\Imaging\IconBitmapDecoder.cs (3)
37
BitmapCacheOption
cacheOption
51
BitmapCacheOption
cacheOption
66
BitmapCacheOption
cacheOption,
System\Windows\Media\Imaging\JpegBitmapDecoder.cs (3)
37
BitmapCacheOption
cacheOption
51
BitmapCacheOption
cacheOption
66
BitmapCacheOption
cacheOption,
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (1)
34
BitmapCacheOption
cacheOption,
System\Windows\Media\Imaging\PngBitmapDecoder.cs (3)
37
BitmapCacheOption
cacheOption
51
BitmapCacheOption
cacheOption
66
BitmapCacheOption
cacheOption,
System\Windows\Media\Imaging\RenderTargetBitmap.cs (1)
111
BitmapCacheOption
.OnLoad,
System\Windows\Media\Imaging\TiffBitmapDecoder.cs (3)
37
BitmapCacheOption
cacheOption
51
BitmapCacheOption
cacheOption
66
BitmapCacheOption
cacheOption,
System\Windows\Media\Imaging\TransformedBitmap.cs (1)
203
BitmapCacheOption
.Default,
System\Windows\Media\Imaging\UnknownBitmapDecoder.cs (1)
56
BitmapCacheOption
cacheOption,
System\Windows\Media\Imaging\WmpBitmapDecoder.cs (3)
37
BitmapCacheOption
cacheOption
51
BitmapCacheOption
cacheOption
66
BitmapCacheOption
cacheOption,
PresentationFramework (1)
System\Windows\ColorConvertedBitmapExtension.cs (1)
110
BitmapCacheOption
.None