2 references to IncludeInvisibleElementsInControlView
PresentationCore (2)
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
325
return
IncludeInvisibleElementsInControlView
|| _owner.IsVisible;
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
372
return
IncludeInvisibleElementsInControlView
|| _owner.IsVisible;