2 references to GetToolbarDynamicOverflowEnabled
Microsoft.Maui.Controls (2)
NavigationPage\NavigationPageToolbar.cs (1)
264
DynamicOverflowEnabled = PlatformConfiguration.WindowsSpecific.Page.
GetToolbarDynamicOverflowEnabled
(_currentPage);
ShellToolbar.cs (1)
125
DynamicOverflowEnabled = PlatformConfiguration.WindowsSpecific.Page.
GetToolbarDynamicOverflowEnabled
(currentPage);