2 writes to _buttonLayoutManager
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\ButtonRenderer.cs (2)
44
_buttonLayoutManager
= new ButtonLayoutManager(this);
69
_buttonLayoutManager
= null;
4 references to _buttonLayoutManager
Microsoft.Maui.Controls.Compatibility (4)
iOS\Renderers\ButtonRenderer.cs (4)
50
return
_buttonLayoutManager
?.SizeThatFits(size, measured) ?? measured;
68
_buttonLayoutManager
?.Dispose();
125
_buttonLayoutManager
?.Update();
214
public void SetImage(UIImage image) =>
_buttonLayoutManager
.SetImage(image);