3 references to IsTextViewVisible
PresentationFramework (3)
System\Windows\Automation\Peers\HyperlinkAutomationPeer.cs (1)
78return IncludeInvisibleElementsInControlView || IsTextViewVisible == true;
System\Windows\Automation\Peers\TableAutomationPeer.cs (1)
68return IncludeInvisibleElementsInControlView || IsTextViewVisible == true;
System\Windows\Automation\Peers\TableCellAutomationPeer.cs (1)
72return IncludeInvisibleElementsInControlView || IsTextViewVisible == true;