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