1 write to OnMeasureDelegate
Microsoft.Maui.Controls.Compatibility (1)
Android\NativeViewWrapper.cs (1)
13
OnMeasureDelegate
= onMeasureDelegate;
2 references to OnMeasureDelegate
Microsoft.Maui.Controls.Compatibility (2)
Android\NativeViewWrapperRenderer.cs (2)
64
if (Element?.
OnMeasureDelegate
== null)
71
bool handled = Element.
OnMeasureDelegate
(this, widthMeasureSpec, heightMeasureSpec);