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