13 references to POINTER_INFO
PresentationCore (13)
MS\Win32\UnsafeNativeMethodsPointer.cs (5)
289
internal
POINTER_INFO
pointerInfo;
365
internal
POINTER_INFO
pointerInfo;
535
internal static extern bool GetPointerInfo([In] UInt32 pointerId, [In, Out] ref
POINTER_INFO
pointerInfo);
541
internal static extern bool GetPointerInfoHistory([In] UInt32 pointerId, [In, Out] ref UInt32 entriesCount, [In, Out]
POINTER_INFO
[] pointerInfo);
638
internal static extern void BufferPointerPacketsInteractionContext([In] IntPtr interactionContext, [In] UInt32 entriesCount, [In]
POINTER_INFO
[] pointerInfo);
System\Windows\Input\Stylus\Pointer\PointerData.cs (6)
20
private
POINTER_INFO
_info;
35
private
POINTER_INFO
[] _history;
49
internal
POINTER_INFO
Info
82
internal
POINTER_INFO
[] History
103
_history = new
POINTER_INFO
[_info.historyCount];
109
_history = Array.Empty<
POINTER_INFO
>();
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (1)
244
UnsafeNativeMethods.BufferPointerPacketsInteractionContext(_interactionContext, 1, new UnsafeNativeMethods.
POINTER_INFO
[] { _stylusDevice.CurrentPointerInfo });
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
188
internal UnsafeNativeMethods.
POINTER_INFO
CurrentPointerInfo { get { return _pointerData.Info; } }