24 writes to WicSourceHandle
PresentationCore (24)
Core\CSharp\System\Windows\Media\Imaging\BitmapFrameDecode.cs (5)
94WicSourceHandle = frameDecode.WicSourceHandle; 157WicSourceHandle = source.WicSourceHandle; 494WicSourceHandle = null; 517WicSourceHandle = _frameSource; 522WicSourceHandle = CreateCachedBitmap(this, _frameSource, _createOptions, _cacheOption, Palette);
Core\CSharp\System\Windows\Media\Imaging\BitmapFrameEncode.cs (1)
59WicSourceHandle = _source.WicSourceHandle;
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (2)
338WicSourceHandle = bitmapImage.WicSourceHandle; 645WicSourceHandle = source.WicSourceHandle;
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (2)
1097WicSourceHandle = Create(1, 1, 96, 96, PixelFormats.Pbgra32, null, pixels, 4).WicSourceHandle; 1567WicSourceHandle = sourceBitmap.WicSourceHandle; // always do this near the top
Core\CSharp\System\Windows\Media\Imaging\CachedBitmap.cs (4)
120WicSourceHandle = bitmap; 303WicSourceHandle = CreateCachedBitmap(_source as BitmapFrame, _source.WicSourceHandle, _createOptions, _cacheOption, _source.Palette); 454WicSourceHandle = bitmapSource; 527WicSourceHandle = wicBitmap;
Core\CSharp\System\Windows\Media\Imaging\ColorConvertedBitmap.cs (1)
152WicSourceHandle = wicConverter;
Core\CSharp\System\Windows\Media\Imaging\CroppedBitmap.cs (1)
150WicSourceHandle = wicClipper;
Core\CSharp\System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
163WicSourceHandle = wicFormatter;
Core\CSharp\System\Windows\Media\Imaging\InteropBitmapSource.cs (2)
320WicSourceHandle = bitmapSource; 513WicSourceHandle = transformedSource;
Core\CSharp\System\Windows\Media\Imaging\RenderTargetBitmap.cs (2)
155WicSourceHandle = newBitmapHandle; 318WicSourceHandle = bitmapSource;
Core\CSharp\System\Windows\Media\Imaging\TransformedBitmap.cs (1)
278WicSourceHandle = wicTransformer;
Core\CSharp\System\Windows\Media\Imaging\UnmanagedBitmapWrapper.cs (1)
51WicSourceHandle = bitmapSource;
Core\CSharp\System\Windows\Media\Imaging\WriteableBitmap.cs (1)
1169_syncObject = WicSourceHandle = _pBackBuffer;
34 references to WicSourceHandle
PresentationCore (34)
Core\CSharp\System\Windows\Interop\D3DImage.cs (2)
891UnsafeNativeMethods.MILUnknown.AddRef(_softwareCopy.WicSourceHandle); 893data.pSoftwareBitmap = (ulong)_softwareCopy.WicSourceHandle.DangerousGetHandle().ToPointer();
Core\CSharp\System\Windows\Media\Imaging\BitmapEncoder.cs (3)
427SafeMILHandle thumbnailBitmapSource = _thumbnail.WicSourceHandle; 697SafeMILHandle thumbnailHandle = thumbnail.WicSourceHandle; 768SafeMILHandle bitmapSourceHandle = frame.WicSourceHandle;
Core\CSharp\System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
94WicSourceHandle = frameDecode.WicSourceHandle; 157WicSourceHandle = source.WicSourceHandle;
Core\CSharp\System\Windows\Media\Imaging\BitmapFrameEncode.cs (1)
59WicSourceHandle = _source.WicSourceHandle;
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (2)
338WicSourceHandle = bitmapImage.WicSourceHandle; 645WicSourceHandle = source.WicSourceHandle;
Core\CSharp\System\Windows\Media\Imaging\BitmapPalette.cs (2)
100SafeMILHandle unmanagedBitmap = bitmapSource.WicSourceHandle; 192SafeMILHandle bitmapSource = source.WicSourceHandle;
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (8)
823WicSourceHandle, 878BitmapSourceSafeMILHandle /* IWICBitmapSource */ pIWICSource = WicSourceHandle; 934pIWICSource = WicSourceHandle; 990pIWICSource = WicSourceHandle; 1097WicSourceHandle = Create(1, 1, 96, 96, PixelFormats.Pbgra32, null, pixels, 4).WicSourceHandle; 1264wicSource = colorConvertedBitmap.WicSourceHandle; 1295wicSource = colorConvertedBitmap.WicSourceHandle; 1567WicSourceHandle = sourceBitmap.WicSourceHandle; // always do this near the top
Core\CSharp\System\Windows\Media\Imaging\CachedBitmap.cs (4)
121_syncObject = WicSourceHandle; 258InitFromWICSource(sourceBitmap.WicSourceHandle); 303WicSourceHandle = CreateCachedBitmap(_source as BitmapFrame, _source.WicSourceHandle, _createOptions, _cacheOption, _source.Palette); 538_syncObject = WicSourceHandle;
Core\CSharp\System\Windows\Media\Imaging\ColorConvertedBitmap.cs (1)
141Source.WicSourceHandle,
Core\CSharp\System\Windows\Media\Imaging\CroppedBitmap.cs (1)
141source.WicSourceHandle,
Core\CSharp\System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
149Source.WicSourceHandle,
Core\CSharp\System\Windows\Media\Imaging\InteropBitmapSource.cs (1)
215InitFromWICSource(sourceBitmapSource.WicSourceHandle);
Core\CSharp\System\Windows\Media\Imaging\RenderTargetBitmap.cs (1)
148WicSourceHandle,
Core\CSharp\System\Windows\Media\Imaging\TransformedBitmap.cs (3)
206wicTransformer = _source.WicSourceHandle; 221_source.WicSourceHandle, 273_source.WicSourceHandle,
Core\CSharp\System\Windows\Media\Imaging\WriteableBitmap.cs (2)
307WicSourceHandle, 707WicSourceHandle.CopyMemoryPressure(_pDoubleBufferedBitmap);