7 instantiations of BitmapSourceSafeMILHandle
PresentationCore (7)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
587
BitmapSourceSafeMILHandle thumbHandle = new
BitmapSourceSafeMILHandle
(thumbnail);
741
BitmapSourceSafeMILHandle previewHandle = new
BitmapSourceSafeMILHandle
(preview);
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
589
BitmapSourceSafeMILHandle thumbHandle = new
BitmapSourceSafeMILHandle
(thumbnail);
705
_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)
587
BitmapSourceSafeMILHandle
thumbHandle = new BitmapSourceSafeMILHandle(thumbnail);
741
BitmapSourceSafeMILHandle
previewHandle = new BitmapSourceSafeMILHandle(preview);
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
589
BitmapSourceSafeMILHandle
thumbHandle = new BitmapSourceSafeMILHandle(thumbnail);
716
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)
305
BitmapSourceSafeMILHandle
bitmapSource = null;
358
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)
204
BitmapSourceSafeMILHandle
/* IWICBitmapSource */ pIWICBitmapSource,
205
out
BitmapSourceSafeMILHandle
/* CWICWrapperBitmap as IWICBitmapSource */ pCWICWrapperBitmap);
562
out
BitmapSourceSafeMILHandle
/* IWICBitmap */ ppIBitmap);
715
out
BitmapSourceSafeMILHandle
/* IWICFormatConverter */ ppFormatConverter);
720
out
BitmapSourceSafeMILHandle
/* IWICBitmapScaler */ ppBitmapScaler);
725
out
BitmapSourceSafeMILHandle
/* IWICBitmapClipper */ ppBitmapClipper);
730
out
BitmapSourceSafeMILHandle
/* IWICBitmapFlipRotator */ ppBitmapFlipRotator);
749
out
BitmapSourceSafeMILHandle
/* IWICBitmap */ ppIBitmap);
760
out
BitmapSourceSafeMILHandle
/* IWICBitmap */ ppIBitmap);
769
out
BitmapSourceSafeMILHandle
/* IWICBitmap */ ppIBitmap);
777
out
BitmapSourceSafeMILHandle
/* IWICBitmap */ ppIBitmap);
783
out
BitmapSourceSafeMILHandle
/* IWICBitmap */ ppIBitmap);
794
BitmapSourceSafeMILHandle
/* IWICBitmapFrameDecode */ pIFrameDecode,
1018
out
BitmapSourceSafeMILHandle
/* IWICBitmapSource* */ ppIDst);
1041
out
BitmapSourceSafeMILHandle
/* IWICColorTransform */ ppWICColorTransform);
1115
BitmapSourceSafeMILHandle
/* IWICBitmap */ pIBitmap,
1152
internal static extern int GetAsSoftwareBitmap(SafeMILHandle pInteropDeviceBitmap, out
BitmapSourceSafeMILHandle
pIWICBitmapSource);