1 write to _tabletDevice
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
109
_tabletDevice
= tabletDevice;
6 references to _tabletDevice
PresentationCore (6)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (6)
127
foreach (var prop in
_tabletDevice
.DeviceInfo.StylusPointProperties)
391
return
_tabletDevice
.TabletDevice;
402
return
_tabletDevice
;
456
return
_tabletDevice
.Type == TabletDeviceType.Stylus
637
Matrix m =
_tabletDevice
.TabletToScreen;
676
return new StylusPointCollection(
_tabletDevice
.StylusPointDescription);