1 write to TabletDevice
PresentationCore (1)
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (1)
48TabletDevice = new TabletDevice(this);
7 references to TabletDevice
PresentationCore (7)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
391return _tabletDevice.TabletDevice;
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceCollection.cs (1)
132TabletDevices.Add(tablet.TabletDevice);
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
1063return _tabletDevice.TabletDevice; 1286group.Children.Add(new MatrixTransform(_stylusLogic.GetTabletToViewTransform(source, _tabletDevice.TabletDevice)));
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (1)
324if (Tablet.CurrentTabletDevice == this.TabletDevice)
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (2)
580_deferredTablets.Add(removeTablet.TabletDevice); 619_deferredTablets.Add(removedTablet.TabletDevice);