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