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
,
778
if (
_pInteropDeviceBitmap
!= null)
780
UnsafeNativeMethods.MILUnknown.AddRef(
_pInteropDeviceBitmap
);
782
data.pInteropDeviceBitmap = (ulong)
_pInteropDeviceBitmap
.DangerousGetHandle().ToPointer();
874
if (
_pInteropDeviceBitmap
!= null)
877
UnsafeNativeMethods.InteropDeviceBitmap.Detach(
_pInteropDeviceBitmap
);