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