6 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)
843 if (BackgroundColor.IsNotDefault())
VisualElement\VisualElement.cs (1)
1823 if (BackgroundColor.IsNotDefault())