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