2 overrides of GetStylusPointWidthOrHeight
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerTouchDevice.cs (1)
77
protected override double
GetStylusPointWidthOrHeight
(StylusPoint stylusPoint, bool isWidth)
System\Windows\Input\Stylus\Wisp\WispStylusTouchDevice.cs (1)
44
protected override double
GetStylusPointWidthOrHeight
(StylusPoint stylusPoint, bool isWidth)
2 references to GetStylusPointWidthOrHeight
PresentationCore (2)
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (2)
68
double width =
GetStylusPointWidthOrHeight
(stylusPoint, /*isWidth*/ true);
69
double height =
GetStylusPointWidthOrHeight
(stylusPoint, /*isWidth*/ false);