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