3 references to GetVisibleBoundingRect
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1772Rect bounds = GetVisibleBoundingRect();
PresentationFramework (1)
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
469return (wrapperPeer != null) ? wrapperPeer.GetVisibleBoundingRect() : GetBoundingRectangle();
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonTabAutomationPeer.cs (1)
100return HeaderPeer.GetVisibleBoundingRect();