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