1 write to _borderAdjustsPadding
Microsoft.Maui.Controls.Compatibility (1)
Android\ButtonLayoutManager.cs (1)
57 _borderAdjustsPadding = borderAdjustsPadding;
2 references to _borderAdjustsPadding
Microsoft.Maui.Controls.Compatibility (2)
Android\ButtonLayoutManager.cs (2)
233 else if (e.PropertyName == Button.BorderWidthProperty.PropertyName && _borderAdjustsPadding) 261 if (_borderAdjustsPadding && _element is IBorderElement borderElement && borderElement.IsBorderWidthSet() && borderElement.BorderWidth != borderElement.BorderWidthDefaultValue)