2 writes to _tabletDevice
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
25_tabletDevice = tabletDevice; 96_tabletDevice = null;
10 references to _tabletDevice
PresentationCore (10)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (10)
127return (_tabletDevice != null); 345Matrix m = _tabletDevice.TabletToScreen; 1065return _tabletDevice.TabletDevice; 1116return new StylusPointCollection(_tabletDevice.StylusPointDescription); 1288group.Children.Add(new MatrixTransform(_stylusLogic.GetTabletToViewTransform(source, _tabletDevice.TabletDevice))); 1382get { return (int)_tabletDevice.DoubleTapSize.Width; } 1387get { return (int)_tabletDevice.DoubleTapSize.Height; } 1398Debug.Assert(report.TabletDeviceId == _tabletDevice.Id); 1458_tabletDevice.UpdateSizeDeltas(report.StylusPointDescription, _stylusLogic); 1463Size delta = _tabletDevice.CancelSize;