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