3 references to StatusBarTextColorModeProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\iOSSpecific\NavigationPage.cs (2)
66
return (StatusBarTextColorMode)element.GetValue(
StatusBarTextColorModeProperty
);
72
element.SetValue(
StatusBarTextColorModeProperty
, value);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\NavigationRenderer.cs (1)
457
|| e.PropertyName ==
StatusBarTextColorModeProperty
.PropertyName)