1 write to GetDesiredSizeDelegate
Microsoft.Maui.Controls.Compatibility (1)
iOS\NativeViewWrapper.cs (1)
16 GetDesiredSizeDelegate = getDesiredSizeDelegate;
2 references to GetDesiredSizeDelegate
Microsoft.Maui.Controls.Compatibility (2)
iOS\NativeViewWrapperRenderer.cs (2)
26 if (Element?.GetDesiredSizeDelegate == null) 30 var result = Element.GetDesiredSizeDelegate(this, widthConstraint, heightConstraint);