3 references to TextSetOrChanged
Microsoft.Maui (3)
Handlers\SearchBar\SearchBarHandler.iOS.cs (2)
175
platformView.
TextSetOrChanged
+= OnTextPropertySet;
192
platformView.
TextSetOrChanged
-= OnTextPropertySet;
Platform\iOS\MauiSearchBar.cs (1)
50
TextSetOrChanged
?.Invoke(this, new UISearchBarTextChangedEventArgs(value ?? String.Empty));