3 references to IsVisible
PresentationCore (3)
Core\CSharp\System\Windows\UIElement.cs (2)
2157if(!UIElementHelper.IsVisible(currentNode)) 3911constraintAllowsVisible = UIElementHelper.IsVisible(parent);
Core\CSharp\System\Windows\UIElement3D.cs (1)
1105constraintAllowsVisible = UIElementHelper.IsVisible(parent);