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