4 references to SetValue
Microsoft.Maui.Controls (4)
Element\Element.cs (1)
490 SetValue(property, value, specificity: SetterSpecificity.FromHandler);
Shell\SearchHandler.cs (2)
59 SetValue(IsFocusedPropertyKey, value, specificity: SetterSpecificity.FromHandler); 300 SetValue(SelectedItemPropertyKey, obj, specificity: SetterSpecificity.FromHandler);
VisualElement\VisualElement.cs (1)
1964 set => SetValue(IsFocusedPropertyKey, value, SetterSpecificity.FromHandler);