1 write to _tabletDevice
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
108
_tabletDevice
= tabletDevice;
6 references to _tabletDevice
PresentationCore (6)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (6)
126
foreach (var prop in
_tabletDevice
.DeviceInfo.StylusPointProperties)
390
return
_tabletDevice
.TabletDevice;
401
return
_tabletDevice
;
455
return
_tabletDevice
.Type == TabletDeviceType.Stylus
636
Matrix m =
_tabletDevice
.TabletToScreen;
677
return new StylusPointCollection(
_tabletDevice
.StylusPointDescription);