16 writes to CreationCompleted
PresentationCore (16)
Core\CSharp\System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
96CreationCompleted = frameDecode.CreationCompleted; 526CreationCompleted = true;
Core\CSharp\System\Windows\Media\Imaging\BitmapFrameEncode.cs (1)
260CreationCompleted = true;
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (2)
629CreationCompleted = true; // we're bailing out because the decode failed 648CreationCompleted = true;
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (2)
538CreationCompleted = false; 581CreationCompleted = true;
Core\CSharp\System\Windows\Media\Imaging\CachedBitmap.cs (2)
124CreationCompleted = true; 307CreationCompleted = true;
Core\CSharp\System\Windows\Media\Imaging\ColorConvertedBitmap.cs (1)
155CreationCompleted = true;
Core\CSharp\System\Windows\Media\Imaging\CroppedBitmap.cs (1)
168CreationCompleted = true;
Core\CSharp\System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
183CreationCompleted = true;
Core\CSharp\System\Windows\Media\Imaging\InteropBitmapSource.cs (1)
520CreationCompleted = true;
Core\CSharp\System\Windows\Media\Imaging\RenderTargetBitmap.cs (1)
327CreationCompleted = true;
Core\CSharp\System\Windows\Media\Imaging\TransformedBitmap.cs (1)
288CreationCompleted = true;
Core\CSharp\System\Windows\Media\Imaging\WriteableBitmap.cs (1)
1240CreationCompleted = true;
5 references to CreationCompleted
PresentationCore (5)
Core\CSharp\System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
96CreationCompleted = frameDecode.CreationCompleted; 116else if (!CreationCompleted)
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (2)
109if (!DelayCreation && !CreationCompleted) 130if (!CreationCompleted && _baseUri != value)
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (1)
1566_creationComplete = sourceBitmap.CreationCompleted;