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