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