2 references to CalculateVisibleRect
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\TextElementAutomationPeer.cs (2)
139
Rect rectElement =
CalculateVisibleRect
(textView, textElement, textElement.ContentStart, endPosition);
174
if (
CalculateVisibleRect
(textView, textElement, textElement.ContentStart, textElement.ContentEnd) == Rect.Empty)