2 overrides of GetStylusPointWidthOrHeight
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerTouchDevice.cs (1)
72protected override double GetStylusPointWidthOrHeight(StylusPoint stylusPoint, bool isWidth)
System\Windows\Input\Stylus\Wisp\WispStylusTouchDevice.cs (1)
35protected override double GetStylusPointWidthOrHeight(StylusPoint stylusPoint, bool isWidth)
2 references to GetStylusPointWidthOrHeight
PresentationCore (2)
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (2)
65double width = GetStylusPointWidthOrHeight(stylusPoint, isWidth: true); 66double height = GetStylusPointWidthOrHeight(stylusPoint, isWidth: false);