2 writes to _pUserSurfaceUnsafe
PresentationCore (2)
System\Windows\InterOp\D3DImage.cs (2)
195
_pUserSurfaceUnsafe
= backBuffer;
644
img.
_pUserSurfaceUnsafe
= IntPtr.Zero;
2 references to _pUserSurfaceUnsafe
PresentationCore (2)
System\Windows\InterOp\D3DImage.cs (2)
143
if (backBuffer != IntPtr.Zero && backBuffer ==
_pUserSurfaceUnsafe
)
546
SetBackBuffer(D3DResourceType.IDirect3DSurface9, source.
_pUserSurfaceUnsafe
);