5 references to LabeledByProperty
Microsoft.Maui.Controls (3)
AutomationProperties.cs (2)
51 return (VisualElement)bindable.GetValue(LabeledByProperty); 86 bindable.SetValue(LabeledByProperty, value);
SemanticProperties.cs (1)
55 AutomationProperties.LabeledByProperty,
Microsoft.Maui.Controls.Compatibility (2)
Tizen\Renderers\VisualElementRenderer.cs (2)
74 RegisterPropertyHandler(AutomationProperties.LabeledByProperty, SetLabeledBy); 449 if (initialize && (VisualElement)Element.GetValue(AutomationProperties.LabeledByProperty) == default(VisualElement))