2 references to GetDesiredSize
Microsoft.Maui.Controls.Compatibility (2)
Android\AppCompat\ButtonRenderer.cs (1)
42 return _buttonLayoutManager.GetDesiredSize(widthConstraint, heightConstraint);
Android\FastRenderers\ButtonRenderer.cs (1)
97 var result = _buttonLayoutManager.GetDesiredSize(widthConstraint, heightConstraint);