Implemented interface member:
property
IsStylusOver
System.Windows.IInputElement.IsStylusOver
2 references to IsStylusOver
PresentationCore (1)
Core\CSharp\System\Windows\UIElement.cs (1)
2418
if(
IsStylusOver
)
PresentationFramework (1)
src\Framework\MS\Internal\Ink\EditingCoordinator.cs (1)
443
if (stylusDevice != null && _inkCanvas.
IsStylusOver
&& !stylusDevice.InAir)