4 references to Default
Microsoft.Maui.Controls (4)
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)
282
public static readonly BindableProperty BackgroundProperty = BindableProperty.Create(nameof(Background), typeof(Brush), typeof(VisualElement), Brush.
Default
,