1 instantiation of POINTER_DEVICE_CURSOR_INFO
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
93private 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)
535internal 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)
93private UnsafeNativeMethods.POINTER_DEVICE_CURSOR_INFO _cursorInfo = new UnsafeNativeMethods.POINTER_DEVICE_CURSOR_INFO(); 114internal PointerStylusDevice(PointerTabletDevice tabletDevice, UnsafeNativeMethods.POINTER_DEVICE_CURSOR_INFO cursorInfo)
System\Windows\Input\Stylus\Pointer\PointerTabletDevice.cs (3)
104UnsafeNativeMethods.POINTER_DEVICE_CURSOR_INFO[] cursors = new UnsafeNativeMethods.POINTER_DEVICE_CURSOR_INFO[cursorCount]; 108foreach (var cursor in cursors)