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