1 instantiation of PointerTabletDeviceInfo
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceCollection.cs (1)
105PointerTabletDeviceInfo ptdi = new PointerTabletDeviceInfo(id, deviceInfo);
4 references to PointerTabletDeviceInfo
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerTabletDevice.cs (3)
20private PointerTabletDeviceInfo _deviceInfo; 39internal PointerTabletDeviceInfo DeviceInfo { get { return _deviceInfo; } } 78internal PointerTabletDevice(PointerTabletDeviceInfo deviceInfo)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceCollection.cs (1)
105PointerTabletDeviceInfo ptdi = new PointerTabletDeviceInfo(id, deviceInfo);