1 write to OnLayoutDelegate
Microsoft.Maui.Controls.Compatibility (1)
Android\NativeViewWrapper.cs (1)
12 OnLayoutDelegate = onLayoutDelegate;
2 references to OnLayoutDelegate
Microsoft.Maui.Controls.Compatibility (2)
Android\NativeViewWrapperRenderer.cs (2)
48 if (Element?.OnLayoutDelegate == null) 55 bool handled = Element.OnLayoutDelegate(this, changed, l, t, r, b);