6 references to POINTER_INPUT_TYPE
PresentationCore (6)
MS\Win32\UnsafeNativeMethodsPointer.cs (2)
386internal POINTER_INPUT_TYPE pointerType; 511internal POINTER_INPUT_TYPE inputType;
System\Windows\Input\Stylus\Pointer\PointerData.cs (2)
118case POINTER_INPUT_TYPE.PT_TOUCH: 124case POINTER_INPUT_TYPE.PT_PEN:
System\Windows\InterOp\HwndPointerInputProvider.cs (2)
224&& (data.Info.pointerType == UnsafeNativeMethods.POINTER_INPUT_TYPE.PT_TOUCH 225|| data.Info.pointerType == UnsafeNativeMethods.POINTER_INPUT_TYPE.PT_PEN))