2 writes to _tabletDevice
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
29
_tabletDevice
= tabletDevice;
100
_tabletDevice
= null;
10 references to _tabletDevice
PresentationCore (10)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (10)
131
return (
_tabletDevice
!= null);
352
Matrix m =
_tabletDevice
.TabletToScreen;
1066
return
_tabletDevice
.TabletDevice;
1117
return new StylusPointCollection(
_tabletDevice
.StylusPointDescription);
1289
group.Children.Add(new MatrixTransform(_stylusLogic.GetTabletToViewTransform(source,
_tabletDevice
.TabletDevice)));
1383
get { return (int)
_tabletDevice
.DoubleTapSize.Width; }
1388
get { return (int)
_tabletDevice
.DoubleTapSize.Height; }
1399
Debug.Assert(report.TabletDeviceId ==
_tabletDevice
.Id);
1459
_tabletDevice
.UpdateSizeDeltas(report.StylusPointDescription, _stylusLogic);
1464
Size delta =
_tabletDevice
.CancelSize;