1 write to _stylusPointDescription
PresentationCore (1)
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (1)
274
_stylusPointDescription
= new StylusPointDescription(propertyInfos, _tabletInfo.PressureIndex);
2 references to _stylusPointDescription
PresentationCore (2)
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (2)
260
if (
_stylusPointDescription
== null)
277
return
_stylusPointDescription
;