4 references to GetLabeledBy
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
2391private static object GetLabeledBy(AutomationPeer peer) { AutomationPeer byPeer = peer.GetLabeledBy(); return ElementProxy.StaticWrap(byPeer, peer); }
PresentationFramework (3)
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
188return wrapperPeer.GetLabeledBy();
src\Framework\System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
295return wrapperPeer.GetLabeledBy();
src\Framework\System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
528return wrapperPeer.GetLabeledBy();