4 writes to IsValid
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerData.cs (4)
101
if (
IsValid
= GetPointerInfo(pointerId, ref _info))
117
IsValid
&= GetPointerTouchInfo(pointerId, ref _touchInfo);
123
IsValid
&= GetPointerPenInfo(pointerId, ref _penInfo);
129
IsValid
= false;
1 reference to IsValid
PresentationCore (1)
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
214
if (data.
IsValid