2 overrides of InRange
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
464
internal override bool
InRange
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1322
internal override bool
InRange
6 references to InRange
PresentationCore (6)
System\Windows\Input\Stylus\Common\StylusDevice.cs (1)
253
return StylusDeviceImpl.
InRange
;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
242
if (CurrentStylusDevice?.
InRange
?? false)
254
if (CurrentStylusDevice?.
InRange
?? false)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
412
if ((CurrentStylusDevice == null || !CurrentStylusDevice.
InRange
))
556
if (CurrentStylusDevice != null && CurrentStylusDevice.
InRange
)
587
if (CurrentStylusDevice != null && CurrentStylusDevice.
InRange
)