6 references to IsFocused
Microsoft.Maui.Controls (6)
ViewExtensions.cs (1)
477
if (view.
IsFocused
)
VisualElement\VisualElement.cs (5)
434
/// <summary>Bindable property for <see cref="
IsFocused
"/>.</summary>
437
public static readonly BindablePropertyKey IsFocusedPropertyKey = BindableProperty.CreateReadOnly(nameof(
IsFocused
),
440
/// <summary>Bindable property for <see cref="
IsFocused
"/>.</summary>
1241
if (!
IsFocused
)
1595
IsFocused
? VisualStateManager.CommonStates.Focused : VisualStateManager.CommonStates.Unfocused);