2 references to AutomationIdProperty
Microsoft.Maui.Controls (2)
Shell\SearchHandler.cs (2)
421
get { return (string)GetValue(
AutomationIdProperty
); }
422
set { SetValue(
AutomationIdProperty
, value); }