2 writes to _accentColor
Microsoft.Maui.Controls.Compatibility (2)
Tizen\Renderers\NavigationPageRenderer.cs (2)
277
titleView.Label.TextColor =
_accentColor
= Element.BarTextColor.ToNative();
282
titleView.Label.TextColor =
_accentColor
= grayscale > 0.5 ? TColor.Black : TColor.White;
2 references to _accentColor
Microsoft.Maui.Controls.Compatibility (2)
Tizen\Renderers\NavigationPageRenderer.cs (2)
343
TextColor =
_accentColor
,
371
Color =
_accentColor
,