4 references to TabbedPage
Microsoft.Maui.Controls (4)
PlatformConfiguration\AndroidSpecific\TabbedPage.cs (4)
13
typeof(
TabbedPage
), true);
57
typeof(
TabbedPage
), true);
101
typeof(
TabbedPage
), 3, validateValue: (binding, value) => (int)value >= 0);
131
typeof(
TabbedPage
), ToolbarPlacement.Top);