10 references to DelayCreation
PresentationCore (10)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
1410
else if ((_createOptions & BitmapCreateOptions.
DelayCreation
) == 0 && _cacheOption == BitmapCacheOption.OnLoad)
1465
_createOptions |= BitmapCreateOptions.
DelayCreation
;
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
64
if ((createOptions & BitmapCreateOptions.
DelayCreation
) != 0)
104
if ((createOptions & BitmapCreateOptions.
DelayCreation
) != 0)
System\Windows\Media\Imaging\BitmapImage.cs (4)
358
CreateOptions & ~BitmapCreateOptions.
DelayCreation
,
606
CachedBitmap cachedSource = new CachedBitmap(source, CreateOptions & ~BitmapCreateOptions.
DelayCreation
, CacheOption);
706
DelayCreation = ((options & BitmapCreateOptions.
DelayCreation
) != 0);
873
if ((CreateOptions & BitmapCreateOptions.
DelayCreation
) != 0)
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (2)
283
_createOptions & ~BitmapCreateOptions.
DelayCreation
,
321
if ((_createOptions & BitmapCreateOptions.
DelayCreation
) == 0)