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