78 references to BitmapCacheOption
PresentationCore (77)
System\Windows\Media\ImageSourceConverter.cs (3)
100
BitmapCacheOption
.Default,
126
BitmapCacheOption
.Default
135
BitmapCacheOption
.Default
System\Windows\Media\ImageSourceValueSerializer.cs (1)
52
BitmapCacheOption
.Default,
System\Windows\Media\Imaging\BitmapDecoder.cs (12)
54
BitmapCacheOption
cacheOption,
111
BitmapCacheOption
cacheOption,
159
BitmapCacheOption
cacheOption,
224
BitmapCacheOption
cacheOption,
441
BitmapCacheOption
cacheOption
458
BitmapCacheOption
cacheOption,
485
BitmapCacheOption
cacheOption
991
BitmapCacheOption
cacheOption,
1128
if (cacheOption ==
BitmapCacheOption
.OnLoad)
1382
else if ((_createOptions & BitmapCreateOptions.DelayCreation) == 0 && _cacheOption ==
BitmapCacheOption
.OnLoad)
1435
if (i > 0 && _cacheOption !=
BitmapCacheOption
.OnLoad)
1646
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)
26
BitmapCacheOption
cacheOption,
60
BitmapCacheOption
cacheOption,
104
BitmapCacheOption
cacheOption,
457
IsSourceCached = (_cacheOption !=
BitmapCacheOption
.None);
731
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)
1068
BitmapCacheOption
cacheOption,
1076
if (cacheOption ==
BitmapCacheOption
.None)
1088
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;
156
if (_cacheOption ==
BitmapCacheOption
.OnDemand)
157
_cacheOption =
BitmapCacheOption
.OnLoad;
201
IsSourceCached = (_cacheOption !=
BitmapCacheOption
.None);
399
_cacheOption =
BitmapCacheOption
.OnLoad;
408
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)
30
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