1 write to _originalPressureIndex
PresentationCore (1)
System\Windows\Input\Stylus\Common\StylusPointDescription.cs (1)
115
_originalPressureIndex
= originalPressureIndex;
2 references to _originalPressureIndex
PresentationCore (2)
System\Windows\Input\Stylus\Common\StylusPointDescription.cs (2)
281
get { return (
_originalPressureIndex
!= -1); }
289
get { return
_originalPressureIndex
; }