2 overrides of TapCount
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
498
internal override int
TapCount
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1356
internal override int
TapCount
1 reference to TapCount
PresentationCore (1)
System\Windows\Input\Stylus\Common\StylusDownEventArgs.cs (1)
34
get {return StylusDeviceImpl.
TapCount
;}