7 references to IsDefault
Microsoft.Maui.Controls (2)
ControlsColorExtensions.cs (1)
16 return !IsDefault(color);
Label\Label.Mapper.cs (1)
151 else if (label.TextType == TextType.Text || !label.TextColor.IsDefault())
Microsoft.Maui.Controls.Compatibility (5)
Tizen\Extensions\BrushExtensions.cs (1)
87 return solidColorBrush.Color.IsDefault() ? SKColor.Empty : solidColorBrush.Color.ToNativeEFL().ToSKColor();
Tizen\Renderers\BoxViewRenderer.cs (2)
32 if (init && Element.Color.IsDefault()) 35 Control.UpdateBackgroundColor(!Element.Color.IsDefault() ? Element.Color.ToNative() : Element.BackgroundColor.ToNative());
Tizen\Renderers\LabelRenderer.cs (1)
80 if (Element.TextColor.IsDefault())
Tizen\Renderers\VisualElementRenderer.cs (1)
570 if (initialize && Element.BackgroundColor.IsDefault())