4 references to AutomationId
Microsoft.Maui.Controls (4)
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (2)
626
if (_searchHandler?.
AutomationId
!= null && _searchController?.SearchBar != null)
627
_searchController.SearchBar.AccessibilityIdentifier = _searchHandler.
AutomationId
;
Shell\SearchHandler.cs (2)
308
/// <summary>Bindable property for <see cref="
AutomationId
"/>.</summary>
309
public static readonly BindableProperty AutomationIdProperty = BindableProperty.Create(nameof(
AutomationId
), typeof(string), typeof(SearchHandler), null);