2 references to IncludeInvisibleElementsInControlView
PresentationCore (2)
Core\CSharp\System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
340
return
IncludeInvisibleElementsInControlView
|| _owner.IsVisible;
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
399
return
IncludeInvisibleElementsInControlView
|| _owner.IsVisible;