WPF designer (DesignSurface) - SharpDevelop Community by Wpf data binding

Tue, 30 Mar 2010 01:34:21 -0600

WPF designer (DesignSurface) - SharpDevelop Community

by Wpf data binding @ Tue, 30 Mar 2010 01:34:21 -0600



To do this, we let the EatAllHitTestRequests stop WPF from sending events to the scene. But then within our own MouseDown event handler, we manually use the WPF HitTest method on the scene only. This allows us to do hittesting within ...

Rongchaua's blog » C#, WPFHit Testing Example
interaction with the graphics objects using mouse event handlers. However, WPF provides powerful hit- testing for graphics objects through the static VisualTreeHelper.HitTest method. In order to use this advanced hit-testing feature, ...