2 references to UpdatePadding
Microsoft.Maui (2)
Handlers\Button\ButtonHandler.iOS.cs (1)
129
handler.PlatformView?.
UpdatePadding
(button, DefaultPadding);
Handlers\ImageButton\ImageButtonHandler.iOS.cs (1)
59
(handler.PlatformView as UIButton)?.
UpdatePadding
(imageButton);