10 references to DelayCreation
PresentationCore (10)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
1392
else if ((_createOptions & BitmapCreateOptions.
DelayCreation
) == 0 && _cacheOption == BitmapCacheOption.OnLoad)
1447
_createOptions |= BitmapCreateOptions.
DelayCreation
;
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
49
if ((createOptions & BitmapCreateOptions.
DelayCreation
) != 0)
89
if ((createOptions & BitmapCreateOptions.
DelayCreation
) != 0)
System\Windows\Media\Imaging\BitmapImage.cs (4)
340
CreateOptions & ~BitmapCreateOptions.
DelayCreation
,
588
CachedBitmap cachedSource = new CachedBitmap(source, CreateOptions & ~BitmapCreateOptions.
DelayCreation
, CacheOption);
688
DelayCreation = ((options & BitmapCreateOptions.
DelayCreation
) != 0);
855
if ((CreateOptions & BitmapCreateOptions.
DelayCreation
) != 0)
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (2)
263
_createOptions & ~BitmapCreateOptions.
DelayCreation
,
301
if ((_createOptions & BitmapCreateOptions.
DelayCreation
) == 0)