6 references to POINTER_DEVICE_INFO
PresentationCore (6)
MS\Win32\UnsafeNativeMethodsPointer.cs (1)
522internal static extern bool GetPointerDevices([In, Out] ref UInt32 deviceCount, [In, Out] POINTER_DEVICE_INFO[] devices);
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceCollection.cs (3)
88UnsafeNativeMethods.POINTER_DEVICE_INFO[] deviceInfos 89= new UnsafeNativeMethods.POINTER_DEVICE_INFO[deviceCount]; 95foreach (var deviceInfo in deviceInfos)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (2)
20private UnsafeNativeMethods.POINTER_DEVICE_INFO _deviceInfo; 70internal PointerTabletDeviceInfo(int id, UnsafeNativeMethods.POINTER_DEVICE_INFO deviceInfo)