2 writes to _searchController
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (2)
712 _searchController = new UISearchController(_resultsRenderer?.ViewController); 783 _searchController = null;
18 references to _searchController
Microsoft.Maui.Controls (18)
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (18)
620 _searchController.SearchBar.ShowsBookmarkButton = _searchHandler.ClearPlaceholderEnabled; 622 UpdateSearchVisibility(_searchController); 624 UpdateSearchIsEnabled(_searchController); 633 if (_searchHandler?.AutomationId != null && _searchController?.SearchBar != null) 634 _searchController.SearchBar.AccessibilityIdentifier = _searchHandler.AutomationId; 678 NavigationItem.SearchController = _searchController; 683 NavigationItem.TitleView = _searchController.SearchBar; 694 if (_searchController != null) 696 _searchController.View.UpdateFlowDirection(_context.Shell); 697 _searchController.SearchBar.UpdateFlowDirection(_context.Shell); 717 NavigationItem.SearchController = _searchController; 719 NavigationItem.TitleView = _searchController.SearchBar; 722 var searchBar = _searchController.SearchBar; 724 _searchController.SetSearchResultsUpdater(sc => 732 UpdateSearchIsEnabled(_searchController); 781 _searchController.SetSearchResultsUpdater(null); 782 _searchController.Dispose(); 788 _searchController.Active = false;