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