6 overrides of GetLabeledByCore
PresentationCore (3)
Core\CSharp\System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
242override protected AutomationPeer GetLabeledByCore()
Core\CSharp\System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
344override protected AutomationPeer GetLabeledByCore()
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
403override protected AutomationPeer GetLabeledByCore()
PresentationFramework (3)
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
184protected override AutomationPeer GetLabeledByCore()
src\Framework\System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
290protected override AutomationPeer GetLabeledByCore()
src\Framework\System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
524protected override AutomationPeer GetLabeledByCore()
2 references to GetLabeledByCore
PresentationCore (2)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1103result = GetLabeledByCore();
Core\CSharp\System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
240/// <see cref="AutomationPeer.GetLabeledByCore"/>