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