18 references to Tabbed
Microsoft.Maui.Controls (18)
Compatibility\Handlers\TabbedPage\iOS\TabbedRenderer.cs (18)
143 if (Tabbed is TabbedPage tabbed) 200 if (Tabbed?.CurrentPage is Page currentPage) 214 var current = Tabbed?.CurrentPage; 247 var current = Tabbed?.CurrentPage; 259 Tabbed?.CurrentPage?.OnThisPlatform().SetPreferredStatusBarUpdateAnimation(animation); 265 if (Tabbed is not TabbedPage tabbed) 277 var current = Tabbed?.CurrentPage; 293 if (Tabbed is not TabbedPage tabbed) 302 if (Tabbed is not TabbedPage tabbed) 336 if (Tabbed is not TabbedPage tabbed || TabBar == null) 363 if (Tabbed is not TabbedPage tabbed || TabBar == null) 390 if (Tabbed is not TabbedPage tabbed || TabBar == null || TabBar.Items == null) 433 if (Tabbed == null || TabBar == null || Element is not VisualElement element) 453 if (Tabbed is not TabbedPage tabbed) 468 if (Tabbed is TabbedPage tabbed) 485 Tag = Tabbed?.Children.IndexOf(page) ?? -1, 494 if (Tabbed is not TabbedPage tabbed || TabBar == null || TabBar.Items == null) 544 if (Tabbed is not TabbedPage tabbed)