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