3 references to NextFocusDownViewProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\TizenSpecific\VisualElement.cs (2)
292 return (View)element.GetValue(NextFocusDownViewProperty); 302 element.SetValue(NextFocusDownViewProperty, value);
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Renderers\VisualElementRenderer.cs (1)
53 RegisterPropertyHandler(Specific.NextFocusDownViewProperty, UpdateFocusDownView);