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