Base:
property
IsValid
System.Windows.Input.StylusDeviceBase.IsValid
2 references to IsValid
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
997
if (stylusDevice?.
IsValid
?? false)
1063
if (stylusDevice != null && stylusDevice.
IsValid
)