3 references to IsVisible
PresentationCore (3)
System\Windows\UIElement.cs (2)
2129
if(!UIElementHelper.
IsVisible
(currentNode))
3871
constraintAllowsVisible = UIElementHelper.
IsVisible
(parent);
System\Windows\UIElement3D.cs (1)
1092
constraintAllowsVisible = UIElementHelper.
IsVisible
(parent);