1 write to _borderAdjustsPadding
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ButtonLayoutManager.cs (1)
44
_borderAdjustsPadding
= borderAdjustsPadding;
2 references to _borderAdjustsPadding
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\ButtonLayoutManager.cs (2)
182
else if (e.PropertyName == Button.BorderWidthProperty.PropertyName &&
_borderAdjustsPadding
)
335
if (
_borderAdjustsPadding
&& _element is IBorderElement borderElement && borderElement.IsBorderWidthSet() && borderElement.BorderWidth != borderElement.BorderWidthDefaultValue)