3 references to IsHitTestVisible
PresentationCore (3)
Core\CSharp\System\Windows\UIElement.cs (2)
2164if(!UIElementHelper.IsHitTestVisible(currentNode)) 3794if (parent == null || UIElementHelper.IsHitTestVisible(parent))
Core\CSharp\System\Windows\UIElement3D.cs (1)
997if (parent == null || UIElementHelper.IsHitTestVisible(parent))