1 write to _pInteropDeviceBitmap
PresentationCore (1)
Core\CSharp\System\Windows\Interop\D3DImage.cs (1)
239
_pInteropDeviceBitmap
= newBitmap;
14 references to _pInteropDeviceBitmap
PresentationCore (14)
Core\CSharp\System\Windows\Interop\D3DImage.cs (14)
113
if (
_pInteropDeviceBitmap
!= null)
116
UnsafeNativeMethods.InteropDeviceBitmap.Detach(
_pInteropDeviceBitmap
);
219
if (
_pInteropDeviceBitmap
!= null)
225
UnsafeNativeMethods.InteropDeviceBitmap.Detach(
_pInteropDeviceBitmap
);
247
if (
_pInteropDeviceBitmap
== null)
347
if (
_pInteropDeviceBitmap
== null)
361
_pInteropDeviceBitmap
583
if (
_pInteropDeviceBitmap
!= null)
588
_pInteropDeviceBitmap
,
872
if (
_pInteropDeviceBitmap
!= null)
874
UnsafeNativeMethods.MILUnknown.AddRef(
_pInteropDeviceBitmap
);
876
data.pInteropDeviceBitmap = (ulong)
_pInteropDeviceBitmap
.DangerousGetHandle().ToPointer();
975
if (
_pInteropDeviceBitmap
!= null)
978
UnsafeNativeMethods.InteropDeviceBitmap.Detach(
_pInteropDeviceBitmap
);