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