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