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