11 references to GetBoundingRectangle
PresentationCore (5)
Core\CSharp\MS\Internal\Automation\ElementProxy.cs (1)
494return peer.GetBoundingRectangle();
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (2)
751return GetBoundingRectangle(); 2403private static object GetBoundingRectangle(AutomationPeer peer) { return peer.GetBoundingRectangle(); }
Core\CSharp\System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
309return GetBoundingRectangle();
Core\CSharp\System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
422return GetBoundingRectangle();
PresentationFramework (6)
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (2)
94return wrapperPeer.GetBoundingRectangle(); 370return GetBoundingRectangle();
src\Framework\System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (2)
203return wrapperPeer.GetBoundingRectangle(); 471return (wrapperPeer != null) ? wrapperPeer.GetVisibleBoundingRect() : GetBoundingRectangle();
src\Framework\System\Windows\Automation\Peers\ItemAutomationPeer.cs (2)
170return GetBoundingRectangle(); 200return wrapperPeer.GetBoundingRectangle();