Trying to get an event that only fires on double-click working but ClickCount is always 0. Checked the source and looks like the ClickCount is not being set.
Comments: I have deleted the obsolete file. The ClickCount property is in the `OxyMouseDownEventArgs`. It is implemented for WPF, but may not be implemented on all other platforms.
Comments: I have deleted the obsolete file. The ClickCount property is in the `OxyMouseDownEventArgs`. It is implemented for WPF, but may not be implemented on all other platforms.