7 references to IncludeInvisibleElementsInControlView
PresentationCore (2)
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
325
return
IncludeInvisibleElementsInControlView
|| _owner.IsVisible;
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
369
return
IncludeInvisibleElementsInControlView
|| _owner.IsVisible;
PresentationFramework (5)
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (1)
122
if (
IncludeInvisibleElementsInControlView
)
System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (1)
64
bool includeInvisibleItems =
IncludeInvisibleElementsInControlView
;
System\Windows\Automation\Peers\HyperlinkAutomationPeer.cs (1)
77
return
IncludeInvisibleElementsInControlView
|| IsTextViewVisible == true;
System\Windows\Automation\Peers\TableAutomationPeer.cs (1)
67
return
IncludeInvisibleElementsInControlView
|| IsTextViewVisible == true;
System\Windows\Automation\Peers\TableCellAutomationPeer.cs (1)
71
return
IncludeInvisibleElementsInControlView
|| IsTextViewVisible == true;