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