10 references to INTERACTION_ID
PresentationCore (10)
MS\Win32\UnsafeNativeMethodsPointer.cs (2)
458
internal
INTERACTION_ID
interactionId;
503
internal
INTERACTION_ID
interactionId;
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (8)
42
interactionId = UnsafeNativeMethods.
INTERACTION_ID
.INTERACTION_ID_TAP
47
interactionId = UnsafeNativeMethods.
INTERACTION_ID
.INTERACTION_ID_HOLD
52
interactionId = UnsafeNativeMethods.
INTERACTION_ID
.INTERACTION_ID_SECONDARY_TAP
60
interactionId = UnsafeNativeMethods.
INTERACTION_ID
.INTERACTION_ID_MANIPULATION
277
case UnsafeNativeMethods.
INTERACTION_ID
.INTERACTION_ID_TAP:
282
case UnsafeNativeMethods.
INTERACTION_ID
.INTERACTION_ID_SECONDARY_TAP:
287
case UnsafeNativeMethods.
INTERACTION_ID
.INTERACTION_ID_HOLD:
301
case UnsafeNativeMethods.
INTERACTION_ID
.INTERACTION_ID_MANIPULATION: