3 references to pointerType
PresentationCore (3)
System\Windows\Input\Stylus\Pointer\PointerData.cs (1)
112switch (_info.pointerType)
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))