1 write to _pInteropDeviceBitmap
PresentationCore (1)
System\Windows\InterOp\D3DImage.cs (1)
194
_pInteropDeviceBitmap
= newBitmap;
14 references to _pInteropDeviceBitmap
PresentationCore (14)
System\Windows\InterOp\D3DImage.cs (14)
74
if (
_pInteropDeviceBitmap
!= null)
77
UnsafeNativeMethods.InteropDeviceBitmap.Detach(
_pInteropDeviceBitmap
);
174
if (
_pInteropDeviceBitmap
!= null)
180
UnsafeNativeMethods.InteropDeviceBitmap.Detach(
_pInteropDeviceBitmap
);
202
if (
_pInteropDeviceBitmap
== null)
297
if (
_pInteropDeviceBitmap
== null)
311
_pInteropDeviceBitmap
520
if (
_pInteropDeviceBitmap
!= null)
525
_pInteropDeviceBitmap
,
779
if (
_pInteropDeviceBitmap
!= null)
781
UnsafeNativeMethods.MILUnknown.AddRef(
_pInteropDeviceBitmap
);
783
data.pInteropDeviceBitmap = (ulong)
_pInteropDeviceBitmap
.DangerousGetHandle().ToPointer();
876
if (
_pInteropDeviceBitmap
!= null)
879
UnsafeNativeMethods.InteropDeviceBitmap.Detach(
_pInteropDeviceBitmap
);