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)
131return (_tabletDevice != null); 383Matrix m = _tabletDevice.TabletToScreen; 1097return _tabletDevice.TabletDevice; 1148return new StylusPointCollection(_tabletDevice.StylusPointDescription); 1320group.Children.Add(new MatrixTransform(_stylusLogic.GetTabletToViewTransform(source, _tabletDevice.TabletDevice))); 1414get { return (int)_tabletDevice.DoubleTapSize.Width; } 1419get { return (int)_tabletDevice.DoubleTapSize.Height; } 1430Debug.Assert(report.TabletDeviceId == _tabletDevice.Id); 1490_tabletDevice.UpdateSizeDeltas(report.StylusPointDescription, _stylusLogic); 1495Size delta = _tabletDevice.CancelSize;