2 writes to _tabletDevice
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
26_tabletDevice = tabletDevice; 97_tabletDevice = null;
10 references to _tabletDevice
PresentationCore (10)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (10)
128return (_tabletDevice != null); 349Matrix m = _tabletDevice.TabletToScreen; 1063return _tabletDevice.TabletDevice; 1114return new StylusPointCollection(_tabletDevice.StylusPointDescription); 1286group.Children.Add(new MatrixTransform(_stylusLogic.GetTabletToViewTransform(source, _tabletDevice.TabletDevice))); 1380get { return (int)_tabletDevice.DoubleTapSize.Width; } 1385get { return (int)_tabletDevice.DoubleTapSize.Height; } 1396Debug.Assert(report.TabletDeviceId == _tabletDevice.Id); 1456_tabletDevice.UpdateSizeDeltas(report.StylusPointDescription, _stylusLogic); 1461Size delta = _tabletDevice.CancelSize;