6 overrides of GetBoundingRectangleCore
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
116
protected override Rect
GetBoundingRectangleCore
()
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
158
protected override Rect
GetBoundingRectangleCore
()
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
175
protected override Rect
GetBoundingRectangleCore
()
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
79
protected override Rect
GetBoundingRectangleCore
()
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
182
protected override Rect
GetBoundingRectangleCore
()
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
200
protected override Rect
GetBoundingRectangleCore
()
5 references to GetBoundingRectangleCore
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
747
_boundingRectangle =
GetBoundingRectangleCore
();
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
114
/// <see cref="AutomationPeer.
GetBoundingRectangleCore
"/>
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
156
/// <see cref="AutomationPeer.
GetBoundingRectangleCore
"/>
PresentationFramework (2)
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (1)
133
/// <see cref="AutomationPeer.
GetBoundingRectangleCore
"/>
System\Windows\Automation\Peers\TextElementAutomationPeer.cs (1)
43
/// <see cref="AutomationPeer.
GetBoundingRectangleCore
"/>