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