10 references to DelayCreation
PresentationCore (10)
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (2)
1677
else if ((_createOptions & BitmapCreateOptions.
DelayCreation
) == 0 && _cacheOption == BitmapCacheOption.OnLoad)
1743
_createOptions |= BitmapCreateOptions.
DelayCreation
;
Core\CSharp\System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
67
if ((createOptions & BitmapCreateOptions.
DelayCreation
) != 0)
112
if ((createOptions & BitmapCreateOptions.
DelayCreation
) != 0)
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (4)
370
CreateOptions & ~BitmapCreateOptions.
DelayCreation
,
618
CachedBitmap cachedSource = new CachedBitmap(source, CreateOptions & ~BitmapCreateOptions.
DelayCreation
, CacheOption);
718
DelayCreation = ((options & BitmapCreateOptions.
DelayCreation
) != 0);
885
if ((CreateOptions & BitmapCreateOptions.
DelayCreation
) != 0)
Core\CSharp\System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (2)
320
_createOptions & ~BitmapCreateOptions.
DelayCreation
,
358
if ((_createOptions & BitmapCreateOptions.
DelayCreation
) == 0)