This question might be little stupid but couldn't find the right words to search google to know the answer.
The problem is, when i go the MouseButtonEventArgs e.ClickCount, which was added to a image.MouseUp. Its always stays at 1. No matter how fast i click.
But keeping the logic same, if i just add the same event to image.MouseDown, its changes value accordingly.
What does this mean?