4 references to IsFocusedPropertyKey
Microsoft.Maui.Controls (2)
VisualElement\VisualElement.cs (2)
437 public static readonly BindableProperty IsFocusedProperty = IsFocusedPropertyKey.BindableProperty; 1964 set => SetValue(IsFocusedPropertyKey, value, SetterSpecificity.FromHandler);
Microsoft.Maui.Controls.Compatibility (2)
Tizen\Renderers\VisualElementRenderer.cs (2)
604 Element.SetValue(VisualElement.IsFocusedPropertyKey, true); 615 Element.SetValue(VisualElement.IsFocusedPropertyKey, false);