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