24 writes to WicSourceHandle
PresentationCore (24)
System\Windows\Media\Imaging\BitmapFrameDecode.cs (5)
66WicSourceHandle = frameDecode.WicSourceHandle; 124WicSourceHandle = source.WicSourceHandle; 434WicSourceHandle = null; 452WicSourceHandle = _frameSource; 457WicSourceHandle = CreateCachedBitmap(this, _frameSource, _createOptions, _cacheOption, Palette);
System\Windows\Media\Imaging\BitmapFrameEncode.cs (1)
36WicSourceHandle = _source.WicSourceHandle;
System\Windows\Media\Imaging\BitmapImage.cs (2)
308WicSourceHandle = bitmapImage.WicSourceHandle; 615WicSourceHandle = source.WicSourceHandle;
System\Windows\Media\Imaging\BitmapSource.cs (2)
985WicSourceHandle = Create(1, 1, 96, 96, PixelFormats.Pbgra32, null, pixels, 4).WicSourceHandle; 1445WicSourceHandle = sourceBitmap.WicSourceHandle; // always do this near the top
System\Windows\Media\Imaging\CachedBitmap.cs (4)
82WicSourceHandle = bitmap; 245WicSourceHandle = CreateCachedBitmap(_source as BitmapFrame, _source.WicSourceHandle, _createOptions, _cacheOption, _source.Palette); 367WicSourceHandle = bitmapSource; 436WicSourceHandle = wicBitmap;
System\Windows\Media\Imaging\ColorConvertedBitmap.cs (1)
112WicSourceHandle = wicConverter;
System\Windows\Media\Imaging\CroppedBitmap.cs (1)
116WicSourceHandle = wicClipper;
System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
129WicSourceHandle = wicFormatter;
System\Windows\Media\Imaging\InteropBitmapSource.cs (2)
241WicSourceHandle = bitmapSource; 419WicSourceHandle = transformedSource;
System\Windows\Media\Imaging\RenderTargetBitmap.cs (2)
116WicSourceHandle = newBitmapHandle; 261WicSourceHandle = bitmapSource;
System\Windows\Media\Imaging\TransformedBitmap.cs (1)
244WicSourceHandle = wicTransformer;
System\Windows\Media\Imaging\UnmanagedBitmapWrapper.cs (1)
22WicSourceHandle = bitmapSource;
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
980_syncObject = WicSourceHandle = _pBackBuffer;
34 references to WicSourceHandle
PresentationCore (34)
System\Windows\InterOp\D3DImage.cs (2)
798UnsafeNativeMethods.MILUnknown.AddRef(_softwareCopy.WicSourceHandle); 800data.pSoftwareBitmap = (ulong)_softwareCopy.WicSourceHandle.DangerousGetHandle().ToPointer();
System\Windows\Media\Imaging\BitmapEncoder.cs (3)
363SafeMILHandle thumbnailBitmapSource = _thumbnail.WicSourceHandle; 620SafeMILHandle thumbnailHandle = thumbnail.WicSourceHandle; 691SafeMILHandle bitmapSourceHandle = frame.WicSourceHandle;
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
66WicSourceHandle = frameDecode.WicSourceHandle; 124WicSourceHandle = source.WicSourceHandle;
System\Windows\Media\Imaging\BitmapFrameEncode.cs (1)
36WicSourceHandle = _source.WicSourceHandle;
System\Windows\Media\Imaging\BitmapImage.cs (2)
308WicSourceHandle = bitmapImage.WicSourceHandle; 615WicSourceHandle = source.WicSourceHandle;
System\Windows\Media\Imaging\BitmapPalette.cs (2)
69SafeMILHandle unmanagedBitmap = bitmapSource.WicSourceHandle; 150SafeMILHandle bitmapSource = source.WicSourceHandle;
System\Windows\Media\Imaging\BitmapSource.cs (8)
736WicSourceHandle, 776BitmapSourceSafeMILHandle /* IWICBitmapSource */ pIWICSource = WicSourceHandle; 832pIWICSource = WicSourceHandle; 888pIWICSource = WicSourceHandle; 985WicSourceHandle = Create(1, 1, 96, 96, PixelFormats.Pbgra32, null, pixels, 4).WicSourceHandle; 1148wicSource = colorConvertedBitmap.WicSourceHandle; 1179wicSource = colorConvertedBitmap.WicSourceHandle; 1445WicSourceHandle = sourceBitmap.WicSourceHandle; // always do this near the top
System\Windows\Media\Imaging\CachedBitmap.cs (4)
83_syncObject = WicSourceHandle; 209InitFromWICSource(sourceBitmap.WicSourceHandle); 245WicSourceHandle = CreateCachedBitmap(_source as BitmapFrame, _source.WicSourceHandle, _createOptions, _cacheOption, _source.Palette); 447_syncObject = WicSourceHandle;
System\Windows\Media\Imaging\ColorConvertedBitmap.cs (1)
101Source.WicSourceHandle,
System\Windows\Media\Imaging\CroppedBitmap.cs (1)
107source.WicSourceHandle,
System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
115Source.WicSourceHandle,
System\Windows\Media\Imaging\InteropBitmapSource.cs (1)
160InitFromWICSource(sourceBitmapSource.WicSourceHandle);
System\Windows\Media\Imaging\RenderTargetBitmap.cs (1)
109WicSourceHandle,
System\Windows\Media\Imaging\TransformedBitmap.cs (3)
172wicTransformer = _source.WicSourceHandle; 187_source.WicSourceHandle, 239_source.WicSourceHandle,
System\Windows\Media\Imaging\WriteableBitmap.cs (2)
258WicSourceHandle, 611WicSourceHandle.CopyMemoryPressure(_pDoubleBufferedBitmap);