1 write to DefaultValue
Microsoft.Maui.Controls (1)
BindableProperty.cs (1)
104
DefaultValue
= defaultValue;
18 references to DefaultValue
Microsoft.Maui.Controls (17)
BindableObject.cs (2)
172
return context == null ? property.
DefaultValue
: context.Values.GetValue();
743
context.Values[SetterSpecificity.DefaultValue] = defaultValueCreator != null ? defaultValueCreator(this) : property.
DefaultValue
;
BindableProperty.cs (1)
205
return
DefaultValue
;
Button\Button.cs (3)
411
int IBorderElement.CornerRadiusDefaultValue => (int)CornerRadiusProperty.
DefaultValue
;
413
Color IBorderElement.BorderColorDefaultValue => (Color)BorderColorProperty.
DefaultValue
;
415
double IBorderElement.BorderWidthDefaultValue => (double)BorderWidthProperty.
DefaultValue
;
Frame\Frame.cs (2)
61
int IBorderElement.CornerRadiusDefaultValue => (int)CornerRadiusProperty.
DefaultValue
;
63
Color IBorderElement.BorderColorDefaultValue => (Color)BorderColorProperty.
DefaultValue
;
ImageButton\ImageButton.cs (3)
163
int IBorderElement.CornerRadiusDefaultValue => (int)CornerRadiusProperty.
DefaultValue
;
165
Color IBorderElement.BorderColorDefaultValue => (Color)BorderColorProperty.
DefaultValue
;
167
double IBorderElement.BorderWidthDefaultValue => (double)BorderWidthProperty.
DefaultValue
;
Menu\MenuItem.cs (1)
55
bool _isEnabledExplicit = (bool)IsEnabledProperty.
DefaultValue
;
RadioButton\RadioButton.cs (3)
269
int IBorderElement.CornerRadiusDefaultValue => (int)BorderElement.CornerRadiusProperty.
DefaultValue
;
271
Color IBorderElement.BorderColorDefaultValue => (Color)BorderElement.BorderColorProperty.
DefaultValue
;
273
double IBorderElement.BorderWidthDefaultValue => (double)BorderElement.BorderWidthProperty.
DefaultValue
;
VisualElement\VisualElement.cs (2)
29
bool _inputTransparentExplicit = (bool)InputTransparentProperty.
DefaultValue
;
36
bool _isEnabledExplicit = (bool)IsEnabledProperty.
DefaultValue
;
Microsoft.Maui.Controls.Xaml (1)
MarkupExtensions\FontImageExtension.cs (1)
15
public double Size { get; set; } = (double)FontImageSource.SizeProperty.
DefaultValue
;