3 references to LabeledByProperty
PresentationCore (2)
System\Windows\Automation\AutomationProperties.cs (2)
357element.SetValue(LabeledByProperty, value); 367return ((UIElement)element.GetValue(LabeledByProperty));
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1648new PropertyAndTransferMode() { Property = AutomationProperties.LabeledByProperty, Mode = TransferMode.AlwaysTransfer },