5 implementations of BorderWidthDefaultValue
Microsoft.Maui.Controls (5)
Button\Button.cs (1)
416 double IBorderElement.BorderWidthDefaultValue => (double)BorderWidthProperty.DefaultValue;
CheckBox\CheckBox.cs (1)
71 double IBorderElement.BorderWidthDefaultValue => 0;
Frame\Frame.cs (1)
65 double IBorderElement.BorderWidthDefaultValue => ((IBorderElement)this).BorderWidth;
ImageButton\ImageButton.cs (1)
167 double IBorderElement.BorderWidthDefaultValue => (double)BorderWidthProperty.DefaultValue;
RadioButton\RadioButton.cs (1)
275 double IBorderElement.BorderWidthDefaultValue => (double)BorderElement.BorderWidthProperty.DefaultValue;
1 reference to BorderWidthDefaultValue
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ButtonLayoutManager.cs (1)
335 if (_borderAdjustsPadding && _element is IBorderElement borderElement && borderElement.IsBorderWidthSet() && borderElement.BorderWidth != borderElement.BorderWidthDefaultValue)