5 references to AutomationIdProperty
Microsoft.Maui.Controls (5)
Compatibility\Handlers\ListView\iOS\TextCellRenderer.cs (1)
73 else if (args.PropertyName == TextCell.AutomationIdProperty.PropertyName)
Element\Element.cs (2)
84 get { return (string)GetValue(AutomationIdProperty); } 90 SetValue(AutomationIdProperty, value);
Shell\BaseShellItem.cs (1)
439 defaultGridClass.Setters.Add(new Setter { Property = Element.AutomationIdProperty, Value = automationIdBinding });
Shell\MenuShellItem.cs (1)
21 this.SetBinding(AutomationIdProperty, static (MenuItem item) => item.AutomationId, BindingMode.OneWay, source: menuItem);