1 instantiation of POINTER_DEVICE_CURSOR_INFO
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
85
private UnsafeNativeMethods.POINTER_DEVICE_CURSOR_INFO _cursorInfo = new UnsafeNativeMethods.
POINTER_DEVICE_CURSOR_INFO
();
6 references to POINTER_DEVICE_CURSOR_INFO
PresentationCore (6)
MS\Win32\UnsafeNativeMethodsPointer.cs (1)
529
internal static extern bool GetPointerDeviceCursors([In] IntPtr device, [In, Out] ref UInt32 cursorCount, [In, Out]
POINTER_DEVICE_CURSOR_INFO
[] cursors);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
85
private UnsafeNativeMethods.
POINTER_DEVICE_CURSOR_INFO
_cursorInfo = new UnsafeNativeMethods.POINTER_DEVICE_CURSOR_INFO();
106
internal PointerStylusDevice(PointerTabletDevice tabletDevice, UnsafeNativeMethods.
POINTER_DEVICE_CURSOR_INFO
cursorInfo)
System\Windows\Input\Stylus\Pointer\PointerTabletDevice.cs (3)
100
UnsafeNativeMethods.
POINTER_DEVICE_CURSOR_INFO
[] cursors = new UnsafeNativeMethods.
POINTER_DEVICE_CURSOR_INFO
[cursorCount];
104
foreach (
var
cursor in cursors)