2 references to NextFocusDownViewProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\TizenSpecific\VisualElement.cs (2)
292
return (View)element.GetValue(
NextFocusDownViewProperty
);
302
element.SetValue(
NextFocusDownViewProperty
, value);