2 references to IsFocusedPropertyKey
Microsoft.Maui.Controls (2)
Shell\SearchHandler.cs (2)
25
public static readonly BindableProperty IsFocusedProperty =
IsFocusedPropertyKey
.BindableProperty;
59
SetValue(
IsFocusedPropertyKey
, value, specificity: SetterSpecificity.FromHandler);