1 write to TabletDevice
PresentationCore (1)
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (1)
47
TabletDevice
= new TabletDevice(this);
7 references to TabletDevice
PresentationCore (7)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
390
return _tabletDevice.
TabletDevice
;
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceCollection.cs (1)
131
TabletDevices.Add(tablet.
TabletDevice
);
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
1065
return _tabletDevice.
TabletDevice
;
1288
group.Children.Add(new MatrixTransform(_stylusLogic.GetTabletToViewTransform(source, _tabletDevice.
TabletDevice
)));
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (1)
323
if (Tablet.CurrentTabletDevice == this.
TabletDevice
)
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (2)
581
_deferredTablets.Add(removeTablet.
TabletDevice
);
620
_deferredTablets.Add(removedTablet.
TabletDevice
);