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