7 instantiations of BitmapSourceSafeMILHandle
PresentationCore (7)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
583
BitmapSourceSafeMILHandle thumbHandle = new
BitmapSourceSafeMILHandle
(thumbnail);
737
BitmapSourceSafeMILHandle previewHandle = new
BitmapSourceSafeMILHandle
(preview);
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
585
BitmapSourceSafeMILHandle thumbHandle = new
BitmapSourceSafeMILHandle
(thumbnail);
701
_frameSource = new
BitmapSourceSafeMILHandle
(frameDecode);
System\Windows\Media\Imaging\BitmapSource.cs (3)
571
_wicSource = new
BitmapSourceSafeMILHandle
(Marshal.GetComInterfaceForObject(
589
_wicSource = new
BitmapSourceSafeMILHandle
(wicSource, value);
877
_convertedDUCEPtr = new
BitmapSourceSafeMILHandle
(pCWICWrapperBitmap.DangerousGetHandle(), pIWICSource);
55 references to BitmapSourceSafeMILHandle
PresentationCore (55)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (2)
189
BitmapSourceSafeMILHandle
/* IWICBitmapSource */ pBitmapSource,
765
BitmapSourceSafeMILHandle
pBitmapSource
src\Microsoft.DotNet.Wpf\src\Common\Graphics\wgx_exports.cs (2)
19
out
BitmapSourceSafeMILHandle
/* IWICBitmap */ ppIBitmap);
170
out
BitmapSourceSafeMILHandle
/* IWICBitmap */ pBackBuffer,
System\Windows\InterOp\D3DImage.cs (1)
521
BitmapSourceSafeMILHandle
pIWICBitmapSource;
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
583
BitmapSourceSafeMILHandle
thumbHandle = new BitmapSourceSafeMILHandle(thumbnail);
737
BitmapSourceSafeMILHandle
previewHandle = new BitmapSourceSafeMILHandle(preview);
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
585
BitmapSourceSafeMILHandle
thumbHandle = new BitmapSourceSafeMILHandle(thumbnail);
712
private
BitmapSourceSafeMILHandle
_frameSource = null;
System\Windows\Media\Imaging\BitmapSource.cs (11)
563
internal
BitmapSourceSafeMILHandle
WicSourceHandle
742
internal virtual
BitmapSourceSafeMILHandle
DUCECompatiblePtr
746
BitmapSourceSafeMILHandle
/* IWICBitmapSource */ pIWICSource = WicSourceHandle;
747
BitmapSourceSafeMILHandle
/* CWICWrapperBitmap as IWICBitmapSource */ pCWICWrapperBitmap = null;
809
BitmapSourceSafeMILHandle
pIWicConverter = null;
1034
internal static
BitmapSourceSafeMILHandle
CreateCachedBitmap(
1036
BitmapSourceSafeMILHandle
wicSource,
1042
BitmapSourceSafeMILHandle
wicConverter = null;
1043
BitmapSourceSafeMILHandle
wicConvertedSource = null;
1530
internal
BitmapSourceSafeMILHandle
_wicSource = null;
1532
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)
89
BitmapSourceSafeMILHandle
wicConverter = null;
System\Windows\Media\Imaging\CroppedBitmap.cs (1)
81
BitmapSourceSafeMILHandle
wicClipper = null;
System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
90
BitmapSourceSafeMILHandle
wicFormatter = null;
System\Windows\Media\Imaging\InplaceBitmapMetadataWriter.cs (1)
44
internal static InPlaceBitmapMetadataWriter CreateFromFrameDecode(
BitmapSourceSafeMILHandle
frameHandle, object syncObject)
System\Windows\Media\Imaging\InteropBitmapSource.cs (5)
220
BitmapSourceSafeMILHandle
bitmapSource = null;
339
BitmapSourceSafeMILHandle
wicClipper = null;
340
BitmapSourceSafeMILHandle
wicTransformer = null;
341
BitmapSourceSafeMILHandle
transformedSource = _unmanagedSource;
425
private
BitmapSourceSafeMILHandle
/* IWICBitmapSource */ _unmanagedSource = null;
System\Windows\Media\Imaging\RenderTargetBitmap.cs (2)
106
BitmapSourceSafeMILHandle
newBitmapHandle = BitmapSource.CreateCachedBitmap(
250
BitmapSourceSafeMILHandle
bitmapSource = null;
System\Windows\Media\Imaging\TransformedBitmap.cs (2)
158
BitmapSourceSafeMILHandle
wicTransformer = null;
208
BitmapSourceSafeMILHandle
rotator = null;
System\Windows\Media\Imaging\UnmanagedBitmapWrapper.cs (1)
11
public UnmanagedBitmapWrapper(
BitmapSourceSafeMILHandle
bitmapSource) :
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
1387
private
BitmapSourceSafeMILHandle
_pBackBuffer; // IWICBitmap
System\Windows\Media\UnsafeNativeMethodsMilCoreApi.cs (17)
203
BitmapSourceSafeMILHandle
/* IWICBitmapSource */ pIWICBitmapSource,
204
out
BitmapSourceSafeMILHandle
/* CWICWrapperBitmap as IWICBitmapSource */ pCWICWrapperBitmap);
561
out
BitmapSourceSafeMILHandle
/* IWICBitmap */ ppIBitmap);
714
out
BitmapSourceSafeMILHandle
/* IWICFormatConverter */ ppFormatConverter);
719
out
BitmapSourceSafeMILHandle
/* IWICBitmapScaler */ ppBitmapScaler);
724
out
BitmapSourceSafeMILHandle
/* IWICBitmapClipper */ ppBitmapClipper);
729
out
BitmapSourceSafeMILHandle
/* IWICBitmapFlipRotator */ ppBitmapFlipRotator);
748
out
BitmapSourceSafeMILHandle
/* IWICBitmap */ ppIBitmap);
759
out
BitmapSourceSafeMILHandle
/* IWICBitmap */ ppIBitmap);
768
out
BitmapSourceSafeMILHandle
/* IWICBitmap */ ppIBitmap);
776
out
BitmapSourceSafeMILHandle
/* IWICBitmap */ ppIBitmap);
782
out
BitmapSourceSafeMILHandle
/* IWICBitmap */ ppIBitmap);
793
BitmapSourceSafeMILHandle
/* IWICBitmapFrameDecode */ pIFrameDecode,
1017
out
BitmapSourceSafeMILHandle
/* IWICBitmapSource* */ ppIDst);
1040
out
BitmapSourceSafeMILHandle
/* IWICColorTransform */ ppWICColorTransform);
1114
BitmapSourceSafeMILHandle
/* IWICBitmap */ pIBitmap,
1151
internal static extern int GetAsSoftwareBitmap(SafeMILHandle pInteropDeviceBitmap, out
BitmapSourceSafeMILHandle
pIWICBitmapSource);