2 overrides of InRange
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
463
internal override bool
InRange
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1324
internal override bool
InRange
6 references to InRange
PresentationCore (6)
System\Windows\Input\Stylus\Common\StylusDevice.cs (1)
252
return StylusDeviceImpl.
InRange
;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
241
if (CurrentStylusDevice?.
InRange
?? false)
253
if (CurrentStylusDevice?.
InRange
?? false)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
414
if ((CurrentStylusDevice == null || !CurrentStylusDevice.
InRange
))
560
if (CurrentStylusDevice != null && CurrentStylusDevice.
InRange
)
593
if (CurrentStylusDevice != null && CurrentStylusDevice.
InRange
)