3 writes to IsValid
PresentationCore (3)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceCollection.cs (3)
90IsValid = UnsafeNativeMethods.GetPointerDevices(ref deviceCount, null); 97IsValid = UnsafeNativeMethods.GetPointerDevices(ref deviceCount, deviceInfos); 152IsValid = false;
4 references to IsValid
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceCollection.cs (2)
92if (IsValid) 99if (IsValid)
System\Windows\InterOp\HwndPointerInputProvider.cs (2)
349if (!tablets.IsValid) 355if (!tablets.IsValid)