7 writes to DelayCreation
PresentationCore (7)
Core\CSharp\System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
69
DelayCreation
= true;
114
DelayCreation
= true;
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (3)
106
DelayCreation
= true;
718
DelayCreation
= ((options & BitmapCreateOptions.DelayCreation) != 0);
887
DelayCreation
= true;
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (2)
569
DelayCreation
= false;
577
DelayCreation
= true;
5 references to DelayCreation
PresentationCore (5)
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (1)
109
if (!
DelayCreation
&& !CreationCompleted)
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (3)
561
if (
DelayCreation
)
565
if (
DelayCreation
)
1565
_delayCreation = sourceBitmap.
DelayCreation
;
Core\CSharp\System\Windows\Media\Imaging\CachedBitmap.cs (1)
288
if (!
DelayCreation
)