7 instantiations of BitmapSourceSafeMILHandle
PresentationCore (7)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
607
BitmapSourceSafeMILHandle thumbHandle = new
BitmapSourceSafeMILHandle
(thumbnail);
761
BitmapSourceSafeMILHandle previewHandle = new
BitmapSourceSafeMILHandle
(preview);
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
609
BitmapSourceSafeMILHandle thumbHandle = new
BitmapSourceSafeMILHandle
(thumbnail);
725
_frameSource = new
BitmapSourceSafeMILHandle
(frameDecode);
System\Windows\Media\Imaging\BitmapSource.cs (3)
586
_wicSource = new
BitmapSourceSafeMILHandle
(Marshal.GetComInterfaceForObject(
604
_wicSource = new
BitmapSourceSafeMILHandle
(wicSource, value);
923
_convertedDUCEPtr = new
BitmapSourceSafeMILHandle
(pCWICWrapperBitmap.DangerousGetHandle(), pIWICSource);
55 references to BitmapSourceSafeMILHandle
PresentationCore (55)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (2)
207
BitmapSourceSafeMILHandle
/* IWICBitmapSource */ pBitmapSource,
783
BitmapSourceSafeMILHandle
pBitmapSource
src\Microsoft.DotNet.Wpf\src\Common\Graphics\wgx_exports.cs (2)
26
out
BitmapSourceSafeMILHandle
/* IWICBitmap */ ppIBitmap);
177
out
BitmapSourceSafeMILHandle
/* IWICBitmap */ pBackBuffer,
System\Windows\InterOp\D3DImage.cs (1)
534
BitmapSourceSafeMILHandle
pIWICBitmapSource;
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
607
BitmapSourceSafeMILHandle
thumbHandle = new BitmapSourceSafeMILHandle(thumbnail);
761
BitmapSourceSafeMILHandle
previewHandle = new BitmapSourceSafeMILHandle(preview);
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
609
BitmapSourceSafeMILHandle
thumbHandle = new BitmapSourceSafeMILHandle(thumbnail);
736
private
BitmapSourceSafeMILHandle
_frameSource = null;
System\Windows\Media\Imaging\BitmapSource.cs (11)
578
internal
BitmapSourceSafeMILHandle
WicSourceHandle
787
internal virtual
BitmapSourceSafeMILHandle
DUCECompatiblePtr
791
BitmapSourceSafeMILHandle
/* IWICBitmapSource */ pIWICSource = WicSourceHandle;
792
BitmapSourceSafeMILHandle
/* CWICWrapperBitmap as IWICBitmapSource */ pCWICWrapperBitmap = null;
854
BitmapSourceSafeMILHandle
pIWicConverter = null;
1080
internal static
BitmapSourceSafeMILHandle
CreateCachedBitmap(
1082
BitmapSourceSafeMILHandle
wicSource,
1088
BitmapSourceSafeMILHandle
wicConverter = null;
1089
BitmapSourceSafeMILHandle
wicConvertedSource = null;
1576
internal
BitmapSourceSafeMILHandle
_wicSource = null;
1578
internal
BitmapSourceSafeMILHandle
_convertedDUCEPtr;
System\Windows\Media\Imaging\CachedBitmap.cs (3)
84
internal CachedBitmap(
BitmapSourceSafeMILHandle
bitmap) : base(true)
373
BitmapSourceSafeMILHandle
bitmapSource = null;
426
BitmapSourceSafeMILHandle
wicBitmap;
System\Windows\Media\Imaging\ColorConvertedBitmap.cs (1)
109
BitmapSourceSafeMILHandle
wicConverter = null;
System\Windows\Media\Imaging\CroppedBitmap.cs (1)
101
BitmapSourceSafeMILHandle
wicClipper = null;
System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
110
BitmapSourceSafeMILHandle
wicFormatter = null;
System\Windows\Media\Imaging\InplaceBitmapMetadataWriter.cs (1)
60
static internal InPlaceBitmapMetadataWriter CreateFromFrameDecode(
BitmapSourceSafeMILHandle
frameHandle, object syncObject)
System\Windows\Media\Imaging\InteropBitmapSource.cs (5)
239
BitmapSourceSafeMILHandle
bitmapSource = null;
358
BitmapSourceSafeMILHandle
wicClipper = null;
359
BitmapSourceSafeMILHandle
wicTransformer = null;
360
BitmapSourceSafeMILHandle
transformedSource = _unmanagedSource;
444
private
BitmapSourceSafeMILHandle
/* IWICBitmapSource */ _unmanagedSource = null;
System\Windows\Media\Imaging\RenderTargetBitmap.cs (2)
126
BitmapSourceSafeMILHandle
newBitmapHandle = BitmapSource.CreateCachedBitmap(
270
BitmapSourceSafeMILHandle
bitmapSource = null;
System\Windows\Media\Imaging\TransformedBitmap.cs (2)
178
BitmapSourceSafeMILHandle
wicTransformer = null;
228
BitmapSourceSafeMILHandle
rotator = null;
System\Windows\Media\Imaging\UnmanagedBitmapWrapper.cs (1)
34
public UnmanagedBitmapWrapper(
BitmapSourceSafeMILHandle
bitmapSource) :
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
1423
private
BitmapSourceSafeMILHandle
_pBackBuffer; // IWICBitmap
System\Windows\Media\UnsafeNativeMethodsMilCoreApi.cs (17)
218
BitmapSourceSafeMILHandle
/* IWICBitmapSource */ pIWICBitmapSource,
219
out
BitmapSourceSafeMILHandle
/* CWICWrapperBitmap as IWICBitmapSource */ pCWICWrapperBitmap);
576
out
BitmapSourceSafeMILHandle
/* IWICBitmap */ ppIBitmap);
729
out
BitmapSourceSafeMILHandle
/* IWICFormatConverter */ ppFormatConverter);
734
out
BitmapSourceSafeMILHandle
/* IWICBitmapScaler */ ppBitmapScaler);
739
out
BitmapSourceSafeMILHandle
/* IWICBitmapClipper */ ppBitmapClipper);
744
out
BitmapSourceSafeMILHandle
/* IWICBitmapFlipRotator */ ppBitmapFlipRotator);
763
out
BitmapSourceSafeMILHandle
/* IWICBitmap */ ppIBitmap);
774
out
BitmapSourceSafeMILHandle
/* IWICBitmap */ ppIBitmap);
783
out
BitmapSourceSafeMILHandle
/* IWICBitmap */ ppIBitmap);
791
out
BitmapSourceSafeMILHandle
/* IWICBitmap */ ppIBitmap);
797
out
BitmapSourceSafeMILHandle
/* IWICBitmap */ ppIBitmap);
808
BitmapSourceSafeMILHandle
/* IWICBitmapFrameDecode */ pIFrameDecode,
1032
out
BitmapSourceSafeMILHandle
/* IWICBitmapSource* */ ppIDst);
1055
out
BitmapSourceSafeMILHandle
/* IWICColorTransform */ ppWICColorTransform);
1129
BitmapSourceSafeMILHandle
/* IWICBitmap */ pIBitmap,
1166
internal static extern int GetAsSoftwareBitmap(SafeMILHandle pInteropDeviceBitmap, out
BitmapSourceSafeMILHandle
pIWICBitmapSource);