78 references to BitmapCacheOption
PresentationCore (77)
System\Windows\Media\ImageSourceConverter.cs (3)
99
BitmapCacheOption
.Default,
125
BitmapCacheOption
.Default
134
BitmapCacheOption
.Default
System\Windows\Media\ImageSourceValueSerializer.cs (1)
51
BitmapCacheOption
.Default,
System\Windows\Media\Imaging\BitmapDecoder.cs (12)
53
BitmapCacheOption
cacheOption,
110
BitmapCacheOption
cacheOption,
158
BitmapCacheOption
cacheOption,
223
BitmapCacheOption
cacheOption,
452
BitmapCacheOption
cacheOption
469
BitmapCacheOption
cacheOption,
496
BitmapCacheOption
cacheOption
1002
BitmapCacheOption
cacheOption,
1139
if (cacheOption ==
BitmapCacheOption
.OnLoad)
1393
else if ((_createOptions & BitmapCreateOptions.DelayCreation) == 0 && _cacheOption ==
BitmapCacheOption
.OnLoad)
1446
if (i > 0 && _cacheOption !=
BitmapCacheOption
.OnLoad)
1661
internal
BitmapCacheOption
_cacheOption;
System\Windows\Media\Imaging\BitmapFrame.cs (6)
42
BitmapCacheOption
cacheOption,
117
BitmapCacheOption
.Default,
132
BitmapCacheOption
cacheOption
149
BitmapCacheOption
cacheOption,
181
BitmapCacheOption
.Default,
196
BitmapCacheOption
cacheOption
System\Windows\Media\Imaging\BitmapFrameDecode.cs (5)
25
BitmapCacheOption
cacheOption,
59
BitmapCacheOption
cacheOption,
103
BitmapCacheOption
cacheOption,
456
IsSourceCached = (_cacheOption !=
BitmapCacheOption
.None);
730
private
BitmapCacheOption
_cacheOption;
System\Windows\Media\Imaging\BitmapImage.cs (8)
83
if (UriSource != null && !UriSource.IsAbsoluteUri && CacheOption !=
BitmapCacheOption
.OnLoad)
167
CacheOption ==
BitmapCacheOption
.Default &&
353
BitmapCacheOption
.None, // do not cache the frames since we will do that here
595
if (CacheOption !=
BitmapCacheOption
.None)
617
if (decoder != null && CacheOption ==
BitmapCacheOption
.OnLoad)
621
else if (CacheOption !=
BitmapCacheOption
.OnLoad)
707
_cacheOption = (
BitmapCacheOption
)e.NewValue;
932
private
BitmapCacheOption
_cacheOption;
System\Windows\Media\Imaging\BitmapSource.cs (3)
1038
BitmapCacheOption
cacheOption,
1046
if (cacheOption ==
BitmapCacheOption
.None)
1058
if (cacheOption ==
BitmapCacheOption
.OnDemand)
System\Windows\Media\Imaging\BmpBitmapDecoder.cs (3)
36
BitmapCacheOption
cacheOption
50
BitmapCacheOption
cacheOption
65
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
private
BitmapCacheOption
_cacheOption =
BitmapCacheOption
.Default;
System\Windows\Media\Imaging\Generated\BitmapImage.cs (6)
266
public
BitmapCacheOption
CacheOption
270
return (
BitmapCacheOption
)GetValue(CacheOptionProperty);
467
internal static
BitmapCacheOption
s_CacheOption =
BitmapCacheOption
.Default;
565
typeof(
BitmapCacheOption
),
567
BitmapCacheOption
.Default,
System\Windows\Media\Imaging\GifBitmapDecoder.cs (3)
36
BitmapCacheOption
cacheOption
50
BitmapCacheOption
cacheOption
65
BitmapCacheOption
cacheOption,
System\Windows\Media\Imaging\IconBitmapDecoder.cs (3)
36
BitmapCacheOption
cacheOption
50
BitmapCacheOption
cacheOption
65
BitmapCacheOption
cacheOption,
System\Windows\Media\Imaging\JpegBitmapDecoder.cs (3)
36
BitmapCacheOption
cacheOption
50
BitmapCacheOption
cacheOption
65
BitmapCacheOption
cacheOption,
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (1)
30
BitmapCacheOption
cacheOption,
System\Windows\Media\Imaging\PngBitmapDecoder.cs (3)
36
BitmapCacheOption
cacheOption
50
BitmapCacheOption
cacheOption
65
BitmapCacheOption
cacheOption,
System\Windows\Media\Imaging\RenderTargetBitmap.cs (1)
110
BitmapCacheOption
.OnLoad,
System\Windows\Media\Imaging\TiffBitmapDecoder.cs (3)
36
BitmapCacheOption
cacheOption
50
BitmapCacheOption
cacheOption
65
BitmapCacheOption
cacheOption,
System\Windows\Media\Imaging\TransformedBitmap.cs (1)
202
BitmapCacheOption
.Default,
System\Windows\Media\Imaging\UnknownBitmapDecoder.cs (1)
55
BitmapCacheOption
cacheOption,
System\Windows\Media\Imaging\WmpBitmapDecoder.cs (3)
36
BitmapCacheOption
cacheOption
50
BitmapCacheOption
cacheOption
65
BitmapCacheOption
cacheOption,
PresentationFramework (1)
System\Windows\ColorConvertedBitmapExtension.cs (1)
109
BitmapCacheOption
.None