1 write to GetDesiredSizeDelegate
Microsoft.Maui.Controls.Compatibility (1)
Android\NativeViewWrapper.cs (1)
10 GetDesiredSizeDelegate = getDesiredSizeDelegate;
2 references to GetDesiredSizeDelegate
Microsoft.Maui.Controls.Compatibility (2)
Android\NativeViewWrapperRenderer.cs (2)
18 if (Element?.GetDesiredSizeDelegate == null) 22 SizeRequest? result = Element.GetDesiredSizeDelegate(this, widthConstraint, heightConstraint);