8 references to IsNotDefault
Microsoft.Maui.Controls (6)
Compatibility\Handlers\Shell\iOS\SafeShellTabBarAppearanceTracker.cs (4)
101 if (backgroundColor is not null && backgroundColor.IsNotDefault()) 104 if (unselectedColor is not null && unselectedColor.IsNotDefault()) 110 if (titleColor is not null && titleColor.IsNotDefault() || 111 foregroundColor is not null && foregroundColor.IsNotDefault())
Page\Page.cs (1)
841 if (BackgroundColor.IsNotDefault())
VisualElement\VisualElement.cs (1)
1820 if (BackgroundColor.IsNotDefault())
Microsoft.Maui.Controls.Compatibility (2)
Tizen\Renderers\NavigationPageRenderer.cs (2)
270 if (Element.BarBackgroundColor.IsNotDefault()) 275 if (Element.BarTextColor.IsNotDefault())