1 write to _lastClickTime
PresentationCore (1)
Core\CSharp\System\Windows\Input\MouseDevice.cs (1)
1896
_lastClickTime
= mouseButtonArgs.Timestamp;
1 reference to _lastClickTime
PresentationCore (1)
Core\CSharp\System\Windows\Input\MouseDevice.cs (1)
2281
int timeSpan = timeStamp -
_lastClickTime
;