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