4 references to ElementController
Microsoft.Maui.Controls.Compatibility (4)
iOS\Renderers\SearchBarRenderer.cs (4)
210 ElementController.SetValueFromRenderer(SearchBar.TextProperty, null); 216 ElementController?.SetValueFromRenderer(VisualElement.IsFocusedPropertyKey, false); 221 ElementController?.SetValueFromRenderer(VisualElement.IsFocusedPropertyKey, true); 367 ElementController?.SetValueFromRenderer(SearchBar.TextProperty, _typedText);