6 references to Default
Microsoft.Maui.Controls (5)
Compatibility\Handlers\Shell\iOS\ShellFlyoutRenderer.cs (1)
22
_backdropBrush = Brush.
Default
;
Shell\Shell.cs (2)
428
BindableProperty.CreateAttached(nameof(FlyoutBackdrop), typeof(Brush), typeof(Shell), Brush.
Default
,
1090
BindableProperty.Create(nameof(FlyoutBackground), typeof(Brush), typeof(Shell), SolidColorBrush.
Default
, BindingMode.OneTime);
Shell\ShellAppearance.cs (1)
95
_brushArray[i] = Brush.
Default
;
VisualElement\VisualElement.cs (1)
279
public static readonly BindableProperty BackgroundProperty = BindableProperty.Create(nameof(Background), typeof(Brush), typeof(VisualElement), Brush.
Default
,
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Renderers\VisualElementRenderer.cs (1)
578
if (initialize && Element.Background.Equals(Brush.
Default
))