6 references to POINTER_INPUT_TYPE
PresentationCore (6)
MS\Win32\UnsafeNativeMethodsPointer.cs (2)
380internal POINTER_INPUT_TYPE pointerType; 505internal POINTER_INPUT_TYPE inputType;
System\Windows\Input\Stylus\Pointer\PointerData.cs (2)
114case POINTER_INPUT_TYPE.PT_TOUCH: 120case POINTER_INPUT_TYPE.PT_PEN:
System\Windows\InterOp\HwndPointerInputProvider.cs (2)
215&& (data.Info.pointerType == UnsafeNativeMethods.POINTER_INPUT_TYPE.PT_TOUCH 216|| data.Info.pointerType == UnsafeNativeMethods.POINTER_INPUT_TYPE.PT_PEN))