16 writes to CreationCompleted
PresentationCore (16)
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
88
CreationCompleted
= frameDecode.CreationCompleted;
481
CreationCompleted
= true;
System\Windows\Media\Imaging\BitmapFrameEncode.cs (1)
247
CreationCompleted
= true;
System\Windows\Media\Imaging\BitmapImage.cs (2)
617
CreationCompleted
= true; // we're bailing out because the decode failed
636
CreationCompleted
= true;
System\Windows\Media\Imaging\BitmapSource.cs (2)
495
CreationCompleted
= false;
538
CreationCompleted
= true;
System\Windows\Media\Imaging\CachedBitmap.cs (2)
107
CreationCompleted
= true;
270
CreationCompleted
= true;
System\Windows\Media\Imaging\ColorConvertedBitmap.cs (1)
134
CreationCompleted
= true;
System\Windows\Media\Imaging\CroppedBitmap.cs (1)
153
CreationCompleted
= true;
System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
168
CreationCompleted
= true;
System\Windows\Media\Imaging\InteropBitmapSource.cs (1)
440
CreationCompleted
= true;
System\Windows\Media\Imaging\RenderTargetBitmap.cs (1)
289
CreationCompleted
= true;
System\Windows\Media\Imaging\TransformedBitmap.cs (1)
273
CreationCompleted
= true;
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
1056
CreationCompleted
= true;
5 references to CreationCompleted
PresentationCore (5)
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
88
CreationCompleted = frameDecode.
CreationCompleted
;
108
else if (!
CreationCompleted
)
System\Windows\Media\Imaging\BitmapImage.cs (2)
102
if (!DelayCreation && !
CreationCompleted
)
123
if (!
CreationCompleted
&& _baseUri != value)
System\Windows\Media\Imaging\BitmapSource.cs (1)
1459
_creationComplete = sourceBitmap.
CreationCompleted
;