4 writes to IsValid
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerData.cs (4)
105
if (
IsValid
= GetPointerInfo(pointerId, ref _info))
121
IsValid
&= GetPointerTouchInfo(pointerId, ref _touchInfo);
127
IsValid
&= GetPointerPenInfo(pointerId, ref _penInfo);
133
IsValid
= false;
1 reference to IsValid
PresentationCore (1)
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
219
if (data.
IsValid