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