4 references to GetLabeledBy
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2471private static object GetLabeledBy(AutomationPeer peer) { AutomationPeer byPeer = peer.GetLabeledBy(); return ElementProxy.StaticWrap(byPeer, peer); }
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
178return wrapperPeer.GetLabeledBy();
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
279return wrapperPeer.GetLabeledBy();
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
564return wrapperPeer.GetLabeledBy();