9 references to Control
Microsoft.Maui.Controls.Compatibility (9)
Tizen\Renderers\NavigationPageRenderer.cs (9)
73 Control.Push(GetNavigationItem(page), false); 149 await Control.Pop(nre.Animated); 165 if (Control.Stack.Count <= 1) 174 Control.PopToRoot(); 196 await Control.Push(GetNavigationItem(nre.Page), nre.Animated); 207 Control.RemovePage(GetNavigationItem(nre.Page)); 220 Control.Insert(GetNavigationItem(nre.BeforePage), GetNavigationItem(nre.Page)); 286 var hasBackButton = NavigationPage.GetHasBackButton(page) && Control.Stack.Count > 0 && Control.Stack.IndexOf(naviPage) != 0;