18 references to Tabbed
Microsoft.Maui.Controls (18)
Compatibility\Handlers\TabbedPage\iOS\TabbedRenderer.cs (18)
141
if (
Tabbed
is TabbedPage tabbed)
198
if (
Tabbed
?.CurrentPage is Page currentPage)
212
var current =
Tabbed
?.CurrentPage;
245
var current =
Tabbed
?.CurrentPage;
257
Tabbed
?.CurrentPage?.OnThisPlatform().SetPreferredStatusBarUpdateAnimation(animation);
263
if (
Tabbed
is not TabbedPage tabbed)
275
var current =
Tabbed
?.CurrentPage;
291
if (
Tabbed
is not TabbedPage tabbed)
300
if (
Tabbed
is not TabbedPage tabbed)
334
if (
Tabbed
is not TabbedPage tabbed || TabBar == null)
361
if (
Tabbed
is not TabbedPage tabbed || TabBar == null)
371
if (
Tabbed
is not TabbedPage tabbed || TabBar == null || TabBar.Items == null)
414
if (
Tabbed
== null || TabBar == null || Element is not VisualElement element)
434
if (
Tabbed
is not TabbedPage tabbed)
449
if (
Tabbed
is TabbedPage tabbed)
466
Tag =
Tabbed
?.Children.IndexOf(page) ?? -1,
475
if (
Tabbed
is not TabbedPage tabbed || TabBar == null || TabBar.Items == null)
525
if (
Tabbed
is not TabbedPage tabbed)