Base:
method
GetBoundingRectangleCore
System.Windows.Automation.Peers.AutomationPeer.GetBoundingRectangleCore()
3 overrides of GetBoundingRectangleCore
PresentationCore (1)
System\Windows\Automation\Peers\GenericRootAutomationPeer.cs (1)
69override protected Rect GetBoundingRectangleCore()
PresentationFramework (1)
System\Windows\Automation\Peers\WindowAutomationPeer.cs (1)
67override protected Rect GetBoundingRectangleCore()
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonTabAutomationPeer.cs (1)
74protected override Rect GetBoundingRectangleCore()
1 reference to GetBoundingRectangleCore
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonTabAutomationPeer.cs (1)
82Rect r = base.GetBoundingRectangleCore();