10 references to INTERACTION_ID
PresentationCore (10)
MS\Win32\UnsafeNativeMethodsPointer.cs (2)
457
internal
INTERACTION_ID
interactionId;
502
internal
INTERACTION_ID
interactionId;
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (8)
41
interactionId = UnsafeNativeMethods.
INTERACTION_ID
.INTERACTION_ID_TAP
46
interactionId = UnsafeNativeMethods.
INTERACTION_ID
.INTERACTION_ID_HOLD
51
interactionId = UnsafeNativeMethods.
INTERACTION_ID
.INTERACTION_ID_SECONDARY_TAP
59
interactionId = UnsafeNativeMethods.
INTERACTION_ID
.INTERACTION_ID_MANIPULATION
276
case UnsafeNativeMethods.
INTERACTION_ID
.INTERACTION_ID_TAP:
281
case UnsafeNativeMethods.
INTERACTION_ID
.INTERACTION_ID_SECONDARY_TAP:
286
case UnsafeNativeMethods.
INTERACTION_ID
.INTERACTION_ID_HOLD:
300
case UnsafeNativeMethods.
INTERACTION_ID
.INTERACTION_ID_MANIPULATION: