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