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