1 write to _pInteropDeviceBitmap
PresentationCore (1)
System\Windows\InterOp\D3DImage.cs (1)
206
_pInteropDeviceBitmap
= newBitmap;
14 references to _pInteropDeviceBitmap
PresentationCore (14)
System\Windows\InterOp\D3DImage.cs (14)
86
if (
_pInteropDeviceBitmap
!= null)
89
UnsafeNativeMethods.InteropDeviceBitmap.Detach(
_pInteropDeviceBitmap
);
186
if (
_pInteropDeviceBitmap
!= null)
192
UnsafeNativeMethods.InteropDeviceBitmap.Detach(
_pInteropDeviceBitmap
);
214
if (
_pInteropDeviceBitmap
== null)
309
if (
_pInteropDeviceBitmap
== null)
323
_pInteropDeviceBitmap
532
if (
_pInteropDeviceBitmap
!= null)
537
_pInteropDeviceBitmap
,
797
if (
_pInteropDeviceBitmap
!= null)
799
UnsafeNativeMethods.MILUnknown.AddRef(
_pInteropDeviceBitmap
);
801
data.pInteropDeviceBitmap = (ulong)
_pInteropDeviceBitmap
.DangerousGetHandle().ToPointer();
894
if (
_pInteropDeviceBitmap
!= null)
897
UnsafeNativeMethods.InteropDeviceBitmap.Detach(
_pInteropDeviceBitmap
);