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