2 overrides of InRange
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
472
internal override bool
InRange
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1325
internal override bool
InRange
6 references to InRange
PresentationCore (6)
System\Windows\Input\Stylus\Common\StylusDevice.cs (1)
267
return StylusDeviceImpl.
InRange
;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
259
if (CurrentStylusDevice?.
InRange
?? false)
271
if (CurrentStylusDevice?.
InRange
?? false)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
421
if ((CurrentStylusDevice == null || !CurrentStylusDevice.
InRange
))
565
if (CurrentStylusDevice != null && CurrentStylusDevice.
InRange
)
596
if (CurrentStylusDevice != null && CurrentStylusDevice.
InRange
)