3 references to NextFocusLeftViewProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\TizenSpecific\VisualElement.cs (2)
334 return (View)element.GetValue(NextFocusLeftViewProperty); 344 element.SetValue(NextFocusLeftViewProperty, value);
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Renderers\VisualElementRenderer.cs (1)
54 RegisterPropertyHandler(Specific.NextFocusLeftViewProperty, UpdateFocusLeftView);