1 write to TabletDevice
PresentationCore (1)
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (1)
55TabletDevice = new TabletDevice(this);
7 references to TabletDevice
PresentationCore (7)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
415return _tabletDevice.TabletDevice;
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceCollection.cs (1)
137TabletDevices.Add(tablet.TabletDevice);
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
1097return _tabletDevice.TabletDevice; 1320group.Children.Add(new MatrixTransform(_stylusLogic.GetTabletToViewTransform(source, _tabletDevice.TabletDevice)));
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (1)
333if (Tablet.CurrentTabletDevice == this.TabletDevice)
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (2)
586_deferredTablets.Add(removeTablet.TabletDevice); 625_deferredTablets.Add(removedTablet.TabletDevice);