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