2 references to IsFocusedPropertyKey
Microsoft.Maui.Controls (2)
VisualElement\VisualElement.cs (2)
444
public static readonly BindableProperty IsFocusedProperty =
IsFocusedPropertyKey
.BindableProperty;
2030
set => SetValue(
IsFocusedPropertyKey
, value, SetterSpecificity.FromHandler);