24 writes to WicSourceHandle
PresentationCore (24)
System\Windows\Media\Imaging\BitmapFrameDecode.cs (5)
86
WicSourceHandle
= frameDecode.WicSourceHandle;
144
WicSourceHandle
= source.WicSourceHandle;
454
WicSourceHandle
= null;
472
WicSourceHandle
= _frameSource;
477
WicSourceHandle
= CreateCachedBitmap(this, _frameSource, _createOptions, _cacheOption, Palette);
System\Windows\Media\Imaging\BitmapFrameEncode.cs (1)
51
WicSourceHandle
= _source.WicSourceHandle;
System\Windows\Media\Imaging\BitmapImage.cs (2)
326
WicSourceHandle
= bitmapImage.WicSourceHandle;
633
WicSourceHandle
= source.WicSourceHandle;
System\Windows\Media\Imaging\BitmapSource.cs (2)
1000
WicSourceHandle
= Create(1, 1, 96, 96, PixelFormats.Pbgra32, null, pixels, 4).WicSourceHandle;
1460
WicSourceHandle
= sourceBitmap.WicSourceHandle; // always do this near the top
System\Windows\Media\Imaging\CachedBitmap.cs (4)
103
WicSourceHandle
= bitmap;
266
WicSourceHandle
= CreateCachedBitmap(_source as BitmapFrame, _source.WicSourceHandle, _createOptions, _cacheOption, _source.Palette);
388
WicSourceHandle
= bitmapSource;
457
WicSourceHandle
= wicBitmap;
System\Windows\Media\Imaging\ColorConvertedBitmap.cs (1)
131
WicSourceHandle
= wicConverter;
System\Windows\Media\Imaging\CroppedBitmap.cs (1)
135
WicSourceHandle
= wicClipper;
System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
148
WicSourceHandle
= wicFormatter;
System\Windows\Media\Imaging\InteropBitmapSource.cs (2)
255
WicSourceHandle
= bitmapSource;
433
WicSourceHandle
= transformedSource;
System\Windows\Media\Imaging\RenderTargetBitmap.cs (2)
135
WicSourceHandle
= newBitmapHandle;
280
WicSourceHandle
= bitmapSource;
System\Windows\Media\Imaging\TransformedBitmap.cs (1)
263
WicSourceHandle
= wicTransformer;
System\Windows\Media\Imaging\UnmanagedBitmapWrapper.cs (1)
44
WicSourceHandle
= bitmapSource;
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
997
_syncObject =
WicSourceHandle
= _pBackBuffer;
34 references to WicSourceHandle
PresentationCore (34)
System\Windows\InterOp\D3DImage.cs (2)
816
UnsafeNativeMethods.MILUnknown.AddRef(_softwareCopy.
WicSourceHandle
);
818
data.pSoftwareBitmap = (ulong)_softwareCopy.
WicSourceHandle
.DangerousGetHandle().ToPointer();
System\Windows\Media\Imaging\BitmapEncoder.cs (3)
381
SafeMILHandle thumbnailBitmapSource = _thumbnail.
WicSourceHandle
;
638
SafeMILHandle thumbnailHandle = thumbnail.
WicSourceHandle
;
709
SafeMILHandle bitmapSourceHandle = frame.
WicSourceHandle
;
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
86
WicSourceHandle = frameDecode.
WicSourceHandle
;
144
WicSourceHandle = source.
WicSourceHandle
;
System\Windows\Media\Imaging\BitmapFrameEncode.cs (1)
51
WicSourceHandle = _source.
WicSourceHandle
;
System\Windows\Media\Imaging\BitmapImage.cs (2)
326
WicSourceHandle = bitmapImage.
WicSourceHandle
;
633
WicSourceHandle = source.
WicSourceHandle
;
System\Windows\Media\Imaging\BitmapPalette.cs (2)
86
SafeMILHandle unmanagedBitmap = bitmapSource.
WicSourceHandle
;
167
SafeMILHandle bitmapSource = source.
WicSourceHandle
;
System\Windows\Media\Imaging\BitmapSource.cs (8)
751
WicSourceHandle
,
791
BitmapSourceSafeMILHandle /* IWICBitmapSource */ pIWICSource =
WicSourceHandle
;
847
pIWICSource =
WicSourceHandle
;
903
pIWICSource =
WicSourceHandle
;
1000
WicSourceHandle = Create(1, 1, 96, 96, PixelFormats.Pbgra32, null, pixels, 4).
WicSourceHandle
;
1163
wicSource = colorConvertedBitmap.
WicSourceHandle
;
1194
wicSource = colorConvertedBitmap.
WicSourceHandle
;
1460
WicSourceHandle = sourceBitmap.
WicSourceHandle
; // always do this near the top
System\Windows\Media\Imaging\CachedBitmap.cs (4)
104
_syncObject =
WicSourceHandle
;
230
InitFromWICSource(sourceBitmap.
WicSourceHandle
);
266
WicSourceHandle = CreateCachedBitmap(_source as BitmapFrame, _source.
WicSourceHandle
, _createOptions, _cacheOption, _source.Palette);
468
_syncObject =
WicSourceHandle
;
System\Windows\Media\Imaging\ColorConvertedBitmap.cs (1)
120
Source.
WicSourceHandle
,
System\Windows\Media\Imaging\CroppedBitmap.cs (1)
126
source.
WicSourceHandle
,
System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
134
Source.
WicSourceHandle
,
System\Windows\Media\Imaging\InteropBitmapSource.cs (1)
174
InitFromWICSource(sourceBitmapSource.
WicSourceHandle
);
System\Windows\Media\Imaging\RenderTargetBitmap.cs (1)
128
WicSourceHandle
,
System\Windows\Media\Imaging\TransformedBitmap.cs (3)
191
wicTransformer = _source.
WicSourceHandle
;
206
_source.
WicSourceHandle
,
258
_source.
WicSourceHandle
,
System\Windows\Media\Imaging\WriteableBitmap.cs (2)
275
WicSourceHandle
,
628
WicSourceHandle
.CopyMemoryPressure(_pDoubleBufferedBitmap);