13 references to POINTER_INFO
PresentationCore (13)
MS\Win32\UnsafeNativeMethodsPointer.cs (5)
288
internal
POINTER_INFO
pointerInfo;
364
internal
POINTER_INFO
pointerInfo;
534
internal static extern bool GetPointerInfo([In] UInt32 pointerId, [In, Out] ref
POINTER_INFO
pointerInfo);
540
internal static extern bool GetPointerInfoHistory([In] UInt32 pointerId, [In, Out] ref UInt32 entriesCount, [In, Out]
POINTER_INFO
[] pointerInfo);
637
internal static extern void BufferPointerPacketsInteractionContext([In] IntPtr interactionContext, [In] UInt32 entriesCount, [In]
POINTER_INFO
[] pointerInfo);
System\Windows\Input\Stylus\Pointer\PointerData.cs (6)
19
private
POINTER_INFO
_info;
34
private
POINTER_INFO
[] _history;
48
internal
POINTER_INFO
Info
81
internal
POINTER_INFO
[] History
102
_history = new
POINTER_INFO
[_info.historyCount];
108
_history = Array.Empty<
POINTER_INFO
>();
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (1)
243
UnsafeNativeMethods.BufferPointerPacketsInteractionContext(_interactionContext, 1, new UnsafeNativeMethods.
POINTER_INFO
[] { _stylusDevice.CurrentPointerInfo });
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
187
internal UnsafeNativeMethods.
POINTER_INFO
CurrentPointerInfo { get { return _pointerData.Info; } }