3 references to INTERACTION_FLAGS
PresentationCore (3)
MS\Win32\UnsafeNativeMethodsPointer.cs (1)
504internal INTERACTION_FLAGS interactionFlags;
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (2)
291if (output.interactionFlags.HasFlag(UnsafeNativeMethods.INTERACTION_FLAGS.INTERACTION_FLAG_BEGIN)) 465if (output.interactionFlags.HasFlag(UnsafeNativeMethods.INTERACTION_FLAGS.INTERACTION_FLAG_END))