Implemented interface member:
method
GetPageByIndex
Microsoft.Maui.Controls.IMultiPageController<T>.GetPageByIndex(System.Int32)
2 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;