HitTest confusion
Hi Wjousts, After a detail debug of the HitTest via the following code:VisualTreeHelper.HitTest(mainCanvas, newHitTestFilterCallback((target) => {...
View ArticleHitTest confusion
Thanks for the reply Kevin. My point is that elements that are seen in the filter callback don't all make it to the hit test callback for reasons that aren't entirely clear. Ithink it might depend on...
View ArticleHitTest confusion
Hi Wjousts,I think this is caused by the implementation of InkCanvas. InkCanvas will use the AdornerDecorator, AdornerLayer, InkCanvasSelectionAdorner nad InkPresenter etc to implement all the function...
View ArticleHitTest confusion
I have a button inside a InkCanvas and I'm trying to use VisualTreeHelper to see if the mouse is over it.At first I did something like this (note, I'm identifying the right element by checking it's...
View Article