4 references to BarHeightProperty
Microsoft.Maui.Controls (4)
NavigationPage\NavigationPageToolbar.cs (2)
52 PlatformConfiguration.AndroidSpecific.AppCompat.NavigationPage.BarHeightProperty, 226 if (navigationPage.IsSet(PlatformConfiguration.AndroidSpecific.AppCompat.NavigationPage.BarHeightProperty))
PlatformConfiguration\AndroidSpecific\AppCompat\NavigationPage.cs (2)
15 return (int)element.GetValue(BarHeightProperty); 21 element.SetValue(BarHeightProperty, value);