24 writes to WicSourceHandle
PresentationCore (24)
System\Windows\Media\Imaging\BitmapFrameDecode.cs (5)
65WicSourceHandle = frameDecode.WicSourceHandle; 123WicSourceHandle = source.WicSourceHandle; 430WicSourceHandle = null; 448WicSourceHandle = _frameSource; 453WicSourceHandle = CreateCachedBitmap(this, _frameSource, _createOptions, _cacheOption, Palette);
System\Windows\Media\Imaging\BitmapFrameEncode.cs (1)
35WicSourceHandle = _source.WicSourceHandle;
System\Windows\Media\Imaging\BitmapImage.cs (2)
307WicSourceHandle = bitmapImage.WicSourceHandle; 614WicSourceHandle = source.WicSourceHandle;
System\Windows\Media\Imaging\BitmapSource.cs (2)
954WicSourceHandle = Create(1, 1, 96, 96, PixelFormats.Pbgra32, null, pixels, 4).WicSourceHandle; 1414WicSourceHandle = sourceBitmap.WicSourceHandle; // always do this near the top
System\Windows\Media\Imaging\CachedBitmap.cs (4)
82WicSourceHandle = bitmap; 198WicSourceHandle = CreateCachedBitmap(_source as BitmapFrame, _source.WicSourceHandle, _createOptions, _cacheOption, _source.Palette); 320WicSourceHandle = bitmapSource; 389WicSourceHandle = wicBitmap;
System\Windows\Media\Imaging\ColorConvertedBitmap.cs (1)
111WicSourceHandle = wicConverter;
System\Windows\Media\Imaging\CroppedBitmap.cs (1)
115WicSourceHandle = wicClipper;
System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
128WicSourceHandle = wicFormatter;
System\Windows\Media\Imaging\InteropBitmapSource.cs (2)
236WicSourceHandle = bitmapSource; 414WicSourceHandle = transformedSource;
System\Windows\Media\Imaging\RenderTargetBitmap.cs (2)
115WicSourceHandle = newBitmapHandle; 260WicSourceHandle = bitmapSource;
System\Windows\Media\Imaging\TransformedBitmap.cs (1)
243WicSourceHandle = wicTransformer;
System\Windows\Media\Imaging\UnmanagedBitmapWrapper.cs (1)
21WicSourceHandle = bitmapSource;
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
962_syncObject = WicSourceHandle = _pBackBuffer;
34 references to WicSourceHandle
PresentationCore (34)
System\Windows\InterOp\D3DImage.cs (2)
796UnsafeNativeMethods.MILUnknown.AddRef(_softwareCopy.WicSourceHandle); 798data.pSoftwareBitmap = (ulong)_softwareCopy.WicSourceHandle.DangerousGetHandle().ToPointer();
System\Windows\Media\Imaging\BitmapEncoder.cs (3)
362SafeMILHandle thumbnailBitmapSource = _thumbnail.WicSourceHandle; 619SafeMILHandle thumbnailHandle = thumbnail.WicSourceHandle; 690SafeMILHandle bitmapSourceHandle = frame.WicSourceHandle;
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
65WicSourceHandle = frameDecode.WicSourceHandle; 123WicSourceHandle = source.WicSourceHandle;
System\Windows\Media\Imaging\BitmapFrameEncode.cs (1)
35WicSourceHandle = _source.WicSourceHandle;
System\Windows\Media\Imaging\BitmapImage.cs (2)
307WicSourceHandle = bitmapImage.WicSourceHandle; 614WicSourceHandle = source.WicSourceHandle;
System\Windows\Media\Imaging\BitmapPalette.cs (2)
69SafeMILHandle unmanagedBitmap = bitmapSource.WicSourceHandle; 150SafeMILHandle bitmapSource = source.WicSourceHandle;
System\Windows\Media\Imaging\BitmapSource.cs (8)
706WicSourceHandle, 746BitmapSourceSafeMILHandle /* IWICBitmapSource */ pIWICSource = WicSourceHandle; 802pIWICSource = WicSourceHandle; 858pIWICSource = WicSourceHandle; 954WicSourceHandle = Create(1, 1, 96, 96, PixelFormats.Pbgra32, null, pixels, 4).WicSourceHandle; 1117wicSource = colorConvertedBitmap.WicSourceHandle; 1148wicSource = colorConvertedBitmap.WicSourceHandle; 1414WicSourceHandle = sourceBitmap.WicSourceHandle; // always do this near the top
System\Windows\Media\Imaging\CachedBitmap.cs (4)
83_syncObject = WicSourceHandle; 162InitFromWICSource(sourceBitmap.WicSourceHandle); 198WicSourceHandle = CreateCachedBitmap(_source as BitmapFrame, _source.WicSourceHandle, _createOptions, _cacheOption, _source.Palette); 400_syncObject = WicSourceHandle;
System\Windows\Media\Imaging\ColorConvertedBitmap.cs (1)
100Source.WicSourceHandle,
System\Windows\Media\Imaging\CroppedBitmap.cs (1)
106source.WicSourceHandle,
System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
114Source.WicSourceHandle,
System\Windows\Media\Imaging\InteropBitmapSource.cs (1)
155InitFromWICSource(sourceBitmapSource.WicSourceHandle);
System\Windows\Media\Imaging\RenderTargetBitmap.cs (1)
108WicSourceHandle,
System\Windows\Media\Imaging\TransformedBitmap.cs (3)
171wicTransformer = _source.WicSourceHandle; 186_source.WicSourceHandle, 238_source.WicSourceHandle,
System\Windows\Media\Imaging\WriteableBitmap.cs (2)
257WicSourceHandle, 593WicSourceHandle.CopyMemoryPressure(_pDoubleBufferedBitmap);