7 instantiations of BitmapSourceSafeMILHandle
PresentationCore (7)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
589
BitmapSourceSafeMILHandle thumbHandle = new
BitmapSourceSafeMILHandle
(thumbnail);
743
BitmapSourceSafeMILHandle previewHandle = new
BitmapSourceSafeMILHandle
(preview);
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
594
BitmapSourceSafeMILHandle thumbHandle = new
BitmapSourceSafeMILHandle
(thumbnail);
710
_frameSource = new
BitmapSourceSafeMILHandle
(frameDecode);
System\Windows\Media\Imaging\BitmapSource.cs (3)
571
_wicSource = new
BitmapSourceSafeMILHandle
(Marshal.GetComInterfaceForObject(
589
_wicSource = new
BitmapSourceSafeMILHandle
(wicSource, value);
908
_convertedDUCEPtr = new
BitmapSourceSafeMILHandle
(pCWICWrapperBitmap.DangerousGetHandle(), pIWICSource);
55 references to BitmapSourceSafeMILHandle
PresentationCore (55)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (2)
190
BitmapSourceSafeMILHandle
/* IWICBitmapSource */ pBitmapSource,
766
BitmapSourceSafeMILHandle
pBitmapSource
src\Microsoft.DotNet.Wpf\src\Common\Graphics\wgx_exports.cs (2)
20
out
BitmapSourceSafeMILHandle
/* IWICBitmap */ ppIBitmap);
171
out
BitmapSourceSafeMILHandle
/* IWICBitmap */ pBackBuffer,
System\Windows\InterOp\D3DImage.cs (1)
522
BitmapSourceSafeMILHandle
pIWICBitmapSource;
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
589
BitmapSourceSafeMILHandle
thumbHandle = new BitmapSourceSafeMILHandle(thumbnail);
743
BitmapSourceSafeMILHandle
previewHandle = new BitmapSourceSafeMILHandle(preview);
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
594
BitmapSourceSafeMILHandle
thumbHandle = new BitmapSourceSafeMILHandle(thumbnail);
721
private
BitmapSourceSafeMILHandle
_frameSource = null;
System\Windows\Media\Imaging\BitmapSource.cs (11)
563
internal
BitmapSourceSafeMILHandle
WicSourceHandle
772
internal virtual
BitmapSourceSafeMILHandle
DUCECompatiblePtr
776
BitmapSourceSafeMILHandle
/* IWICBitmapSource */ pIWICSource = WicSourceHandle;
777
BitmapSourceSafeMILHandle
/* CWICWrapperBitmap as IWICBitmapSource */ pCWICWrapperBitmap = null;
839
BitmapSourceSafeMILHandle
pIWicConverter = null;
1065
internal static
BitmapSourceSafeMILHandle
CreateCachedBitmap(
1067
BitmapSourceSafeMILHandle
wicSource,
1073
BitmapSourceSafeMILHandle
wicConverter = null;
1074
BitmapSourceSafeMILHandle
wicConvertedSource = null;
1561
internal
BitmapSourceSafeMILHandle
_wicSource = null;
1563
internal
BitmapSourceSafeMILHandle
_convertedDUCEPtr;
System\Windows\Media\Imaging\CachedBitmap.cs (3)
63
internal CachedBitmap(
BitmapSourceSafeMILHandle
bitmap) : base(true)
352
BitmapSourceSafeMILHandle
bitmapSource = null;
405
BitmapSourceSafeMILHandle
wicBitmap;
System\Windows\Media\Imaging\ColorConvertedBitmap.cs (1)
90
BitmapSourceSafeMILHandle
wicConverter = null;
System\Windows\Media\Imaging\CroppedBitmap.cs (1)
82
BitmapSourceSafeMILHandle
wicClipper = null;
System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
91
BitmapSourceSafeMILHandle
wicFormatter = null;
System\Windows\Media\Imaging\InplaceBitmapMetadataWriter.cs (1)
45
static internal InPlaceBitmapMetadataWriter CreateFromFrameDecode(
BitmapSourceSafeMILHandle
frameHandle, object syncObject)
System\Windows\Media\Imaging\InteropBitmapSource.cs (5)
225
BitmapSourceSafeMILHandle
bitmapSource = null;
344
BitmapSourceSafeMILHandle
wicClipper = null;
345
BitmapSourceSafeMILHandle
wicTransformer = null;
346
BitmapSourceSafeMILHandle
transformedSource = _unmanagedSource;
430
private
BitmapSourceSafeMILHandle
/* IWICBitmapSource */ _unmanagedSource = null;
System\Windows\Media\Imaging\RenderTargetBitmap.cs (2)
107
BitmapSourceSafeMILHandle
newBitmapHandle = BitmapSource.CreateCachedBitmap(
251
BitmapSourceSafeMILHandle
bitmapSource = null;
System\Windows\Media\Imaging\TransformedBitmap.cs (2)
159
BitmapSourceSafeMILHandle
wicTransformer = null;
209
BitmapSourceSafeMILHandle
rotator = null;
System\Windows\Media\Imaging\UnmanagedBitmapWrapper.cs (1)
12
public UnmanagedBitmapWrapper(
BitmapSourceSafeMILHandle
bitmapSource) :
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
1406
private
BitmapSourceSafeMILHandle
_pBackBuffer; // IWICBitmap
System\Windows\Media\UnsafeNativeMethodsMilCoreApi.cs (17)
206
BitmapSourceSafeMILHandle
/* IWICBitmapSource */ pIWICBitmapSource,
207
out
BitmapSourceSafeMILHandle
/* CWICWrapperBitmap as IWICBitmapSource */ pCWICWrapperBitmap);
564
out
BitmapSourceSafeMILHandle
/* IWICBitmap */ ppIBitmap);
717
out
BitmapSourceSafeMILHandle
/* IWICFormatConverter */ ppFormatConverter);
722
out
BitmapSourceSafeMILHandle
/* IWICBitmapScaler */ ppBitmapScaler);
727
out
BitmapSourceSafeMILHandle
/* IWICBitmapClipper */ ppBitmapClipper);
732
out
BitmapSourceSafeMILHandle
/* IWICBitmapFlipRotator */ ppBitmapFlipRotator);
751
out
BitmapSourceSafeMILHandle
/* IWICBitmap */ ppIBitmap);
762
out
BitmapSourceSafeMILHandle
/* IWICBitmap */ ppIBitmap);
771
out
BitmapSourceSafeMILHandle
/* IWICBitmap */ ppIBitmap);
779
out
BitmapSourceSafeMILHandle
/* IWICBitmap */ ppIBitmap);
785
out
BitmapSourceSafeMILHandle
/* IWICBitmap */ ppIBitmap);
796
BitmapSourceSafeMILHandle
/* IWICBitmapFrameDecode */ pIFrameDecode,
1020
out
BitmapSourceSafeMILHandle
/* IWICBitmapSource* */ ppIDst);
1043
out
BitmapSourceSafeMILHandle
/* IWICColorTransform */ ppWICColorTransform);
1117
BitmapSourceSafeMILHandle
/* IWICBitmap */ pIBitmap,
1154
internal static extern int GetAsSoftwareBitmap(SafeMILHandle pInteropDeviceBitmap, out
BitmapSourceSafeMILHandle
pIWICBitmapSource);