10 references to INTERACTION_ID
PresentationCore (10)
MS\Win32\UnsafeNativeMethodsPointer.cs (2)
464
internal
INTERACTION_ID
interactionId;
509
internal
INTERACTION_ID
interactionId;
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (8)
58
interactionId = UnsafeNativeMethods.
INTERACTION_ID
.INTERACTION_ID_TAP
63
interactionId = UnsafeNativeMethods.
INTERACTION_ID
.INTERACTION_ID_HOLD
68
interactionId = UnsafeNativeMethods.
INTERACTION_ID
.INTERACTION_ID_SECONDARY_TAP
76
interactionId = UnsafeNativeMethods.
INTERACTION_ID
.INTERACTION_ID_MANIPULATION
293
case UnsafeNativeMethods.
INTERACTION_ID
.INTERACTION_ID_TAP:
298
case UnsafeNativeMethods.
INTERACTION_ID
.INTERACTION_ID_SECONDARY_TAP:
303
case UnsafeNativeMethods.
INTERACTION_ID
.INTERACTION_ID_HOLD:
317
case UnsafeNativeMethods.
INTERACTION_ID
.INTERACTION_ID_MANIPULATION: