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