14 references to SyncObject
PresentationCore (14)
Core\CSharp\System\Windows\Media\Imaging\BitmapEncoder.cs (3)
429
lock (_thumbnail.
SyncObject
)
699
lock (thumbnail.
SyncObject
)
765
lock (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)
104
lock (bitmapSource.
SyncObject
)
201
lock (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
;