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