1 override of UpdateNativeWidget
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\TableViewRenderer.cs (1)
125 protected override void UpdateNativeWidget()
2 references to UpdateNativeWidget
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\TableViewRenderer.cs (1)
137 base.UpdateNativeWidget();
iOS\VisualElementRenderer.cs (1)
198 _tracker.NativeControlUpdated += (sender, e) => UpdateNativeWidget();