14 references to SyncObject
PresentationCore (14)
Core\CSharp\System\Windows\Media\Imaging\BitmapEncoder.cs (3)
429lock (_thumbnail.SyncObject) 699lock (thumbnail.SyncObject) 765lock (frame.SyncObject)
Core\CSharp\System\Windows\Media\Imaging\BitmapFrameEncode.cs (1)
65_syncObject = source.SyncObject;
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (1)
335_syncObject = bitmapImage.SyncObject;
Core\CSharp\System\Windows\Media\Imaging\BitmapPalette.cs (2)
104lock (bitmapSource.SyncObject) 201lock (source.SyncObject)
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (1)
1568_syncObject = sourceBitmap.SyncObject;
Core\CSharp\System\Windows\Media\Imaging\CachedBitmap.cs (1)
60_syncObject = source.SyncObject;
Core\CSharp\System\Windows\Media\Imaging\ColorConvertedBitmap.cs (1)
169_syncObject = (newSource != null) ? newSource.SyncObject : _bitmapInit;
Core\CSharp\System\Windows\Media\Imaging\CroppedBitmap.cs (1)
182_syncObject = (newSource != null) ? newSource.SyncObject : _bitmapInit;
Core\CSharp\System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
197_syncObject = (newSource != null) ? newSource.SyncObject : _bitmapInit;
Core\CSharp\System\Windows\Media\Imaging\TransformedBitmap.cs (1)
302_syncObject = (newSource != null) ? newSource.SyncObject : _bitmapInit;
Core\CSharp\System\Windows\Media\Imaging\WriteableBitmap.cs (1)
856_syncObject = source.SyncObject;