4 writes to IsValid
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerData.cs (4)
100
if (
IsValid
= GetPointerInfo(pointerId, ref _info))
116
IsValid
&= GetPointerTouchInfo(pointerId, ref _touchInfo);
122
IsValid
&= GetPointerPenInfo(pointerId, ref _penInfo);
128
IsValid
= false;
1 reference to IsValid
PresentationCore (1)
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
213
if (data.
IsValid