3 references to NextFocusUpViewProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\TizenSpecific\VisualElement.cs (2)
250
return (View)element.GetValue(
NextFocusUpViewProperty
);
260
element.SetValue(
NextFocusUpViewProperty
, value);
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Renderers\VisualElementRenderer.cs (1)
52
RegisterPropertyHandler(Specific.
NextFocusUpViewProperty
, UpdateFocusUpView);