3 references to NextFocusDirectionProperty
Microsoft.Maui.Controls (3)
PlatformConfiguration\TizenSpecific\VisualElement.cs (3)
139
return (string)element.GetValue(
NextFocusDirectionProperty
);
150
element.SetValue(
NextFocusDirectionProperty
, value);
497
bindable.SetValue(
NextFocusDirectionProperty
, FocusDirection.None);