3 writes to IsValid
PresentationCore (3)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceCollection.cs (3)
84IsValid = UnsafeNativeMethods.GetPointerDevices(ref deviceCount, null); 91IsValid = UnsafeNativeMethods.GetPointerDevices(ref deviceCount, deviceInfos); 146IsValid = false;
4 references to IsValid
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceCollection.cs (2)
86if (IsValid) 93if (IsValid)
System\Windows\InterOp\HwndPointerInputProvider.cs (2)
343if (!tablets.IsValid) 349if (!tablets.IsValid)