3 references to IsTextViewVisible
PresentationFramework (3)
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;