6 references to POINTER_INPUT_TYPE
PresentationCore (6)
MS\Win32\UnsafeNativeMethodsPointer.cs (2)
379internal POINTER_INPUT_TYPE pointerType; 504internal POINTER_INPUT_TYPE inputType;
System\Windows\Input\Stylus\Pointer\PointerData.cs (2)
113case POINTER_INPUT_TYPE.PT_TOUCH: 119case POINTER_INPUT_TYPE.PT_PEN:
System\Windows\InterOp\HwndPointerInputProvider.cs (2)
214&& (data.Info.pointerType == UnsafeNativeMethods.POINTER_INPUT_TYPE.PT_TOUCH 215|| data.Info.pointerType == UnsafeNativeMethods.POINTER_INPUT_TYPE.PT_PEN))