1 write to _defaultContentInsets
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ButtonLayoutManager.cs (1)
315
_defaultContentInsets
= control.ContentEdgeInsets;
3 references to _defaultContentInsets
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\ButtonLayoutManager.cs (3)
290
var defaultPadding = _preserveInitialPadding &&
_defaultContentInsets
.HasValue
291
?
_defaultContentInsets
.Value
314
if (
_defaultContentInsets
== null)