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