Implemented interface member:
method
GetPageByIndex
Microsoft.Maui.Controls.IMultiPageController<T>.GetPageByIndex(System.Int32)
5 references to GetPageByIndex
Microsoft.Maui.Controls (2)
Compatibility\Handlers\TabbedPage\iOS\TabbedRenderer.cs (2)
267 tabbed.GetPageByIndex(i).OnThisPlatform().SetPrefersStatusBarHidden(tabbed.OnThisPlatform().PrefersStatusBarHidden()); 453 tabbed.CurrentPage = index >= 0 && index < count ? tabbed.GetPageByIndex(index) : null;
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\TabbedRenderer.cs (3)
279 Tabbed.GetPageByIndex(i).OnThisPlatform().SetPrefersStatusBarHidden(Tabbed.OnThisPlatform().PrefersStatusBarHidden()); 300 Tabbed.GetPageByIndex(i).OnThisPlatform().SetPrefersHomeIndicatorAutoHidden(isHomeIndicatorHidden); 458 ((TabbedPage)Element).CurrentPage = index >= 0 && index < count ? Tabbed.GetPageByIndex(index) : null;