5 references to IsVisible
PresentationCore (3)
System\Windows\UIElement.cs (2)
2115
if(!UIElementHelper.
IsVisible
(currentNode))
3850
constraintAllowsVisible = UIElementHelper.
IsVisible
(parent);
System\Windows\UIElement3D.cs (1)
1075
constraintAllowsVisible = UIElementHelper.
IsVisible
(parent);
PresentationFramework (2)
System\Windows\Input\KeyboardNavigation.cs (2)
1650
UIElementHelper.
IsVisible
(uiElement))
1715
if (uiElement == null || UIElementHelper.
IsVisible
(uiElement))