4 references to TabbedPage
Microsoft.Maui.Controls (4)
Compatibility\Handlers\TabbedPage\iOS\TabbedRenderer.cs (3)
14
using TabbedPageConfiguration = Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.
TabbedPage
;
238
else if (e.PropertyName ==
TabbedPageConfiguration
.TranslucencyModeProperty.PropertyName)
418
switch (
TabbedPageConfiguration
.GetTranslucencyMode(element))
PlatformConfiguration\iOSSpecific\TabbedPage.cs (1)
12
typeof(TranslucencyMode), typeof(
TabbedPage
), TranslucencyMode.Default);