3 references to NextFocusBackViewProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\TizenSpecific\VisualElement.cs (2)
418 return (View)element.GetValue(NextFocusBackViewProperty); 428 element.SetValue(NextFocusBackViewProperty, value);
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Renderers\VisualElementRenderer.cs (1)
56 RegisterPropertyHandler(Specific.NextFocusBackViewProperty, UpdateFocusBackView);