16 writes to CreationCompleted
PresentationCore (16)
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
68
CreationCompleted
= frameDecode.CreationCompleted;
461
CreationCompleted
= true;
System\Windows\Media\Imaging\BitmapFrameEncode.cs (1)
232
CreationCompleted
= true;
System\Windows\Media\Imaging\BitmapImage.cs (2)
599
CreationCompleted
= true; // we're bailing out because the decode failed
618
CreationCompleted
= true;
System\Windows\Media\Imaging\BitmapSource.cs (2)
480
CreationCompleted
= false;
523
CreationCompleted
= true;
System\Windows\Media\Imaging\CachedBitmap.cs (2)
86
CreationCompleted
= true;
249
CreationCompleted
= true;
System\Windows\Media\Imaging\ColorConvertedBitmap.cs (1)
115
CreationCompleted
= true;
System\Windows\Media\Imaging\CroppedBitmap.cs (1)
134
CreationCompleted
= true;
System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
149
CreationCompleted
= true;
System\Windows\Media\Imaging\InteropBitmapSource.cs (1)
426
CreationCompleted
= true;
System\Windows\Media\Imaging\RenderTargetBitmap.cs (1)
270
CreationCompleted
= true;
System\Windows\Media\Imaging\TransformedBitmap.cs (1)
254
CreationCompleted
= true;
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
1039
CreationCompleted
= true;
5 references to CreationCompleted
PresentationCore (5)
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
68
CreationCompleted = frameDecode.
CreationCompleted
;
88
else if (!
CreationCompleted
)
System\Windows\Media\Imaging\BitmapImage.cs (2)
84
if (!DelayCreation && !
CreationCompleted
)
105
if (!
CreationCompleted
&& _baseUri != value)
System\Windows\Media\Imaging\BitmapSource.cs (1)
1444
_creationComplete = sourceBitmap.
CreationCompleted
;