3 references to BarTextColorProperty
Microsoft.Maui.Controls (3)
Compatibility\Handlers\TabbedPage\iOS\TabbedRenderer.cs (3)
228 else if (e.PropertyName == TabbedPage.BarTextColorProperty.PropertyName) 534 tabbed.IsSet(TabbedPage.BarTextColorProperty) ? tabbed.BarTextColor : null, 535 tabbed.IsSet(TabbedPage.BarTextColorProperty) ? tabbed.BarTextColor : null);