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