1 write to _pInteropDeviceBitmap
PresentationCore (1)
System\Windows\InterOp\D3DImage.cs (1)
193
_pInteropDeviceBitmap
= newBitmap;
14 references to _pInteropDeviceBitmap
PresentationCore (14)
System\Windows\InterOp\D3DImage.cs (14)
73
if (
_pInteropDeviceBitmap
!= null)
76
UnsafeNativeMethods.InteropDeviceBitmap.Detach(
_pInteropDeviceBitmap
);
173
if (
_pInteropDeviceBitmap
!= null)
179
UnsafeNativeMethods.InteropDeviceBitmap.Detach(
_pInteropDeviceBitmap
);
201
if (
_pInteropDeviceBitmap
== null)
296
if (
_pInteropDeviceBitmap
== null)
310
_pInteropDeviceBitmap
519
if (
_pInteropDeviceBitmap
!= null)
524
_pInteropDeviceBitmap
,
777
if (
_pInteropDeviceBitmap
!= null)
779
UnsafeNativeMethods.MILUnknown.AddRef(
_pInteropDeviceBitmap
);
781
data.pInteropDeviceBitmap = (ulong)
_pInteropDeviceBitmap
.DangerousGetHandle().ToPointer();
873
if (
_pInteropDeviceBitmap
!= null)
876
UnsafeNativeMethods.InteropDeviceBitmap.Detach(
_pInteropDeviceBitmap
);