3 overrides of OnRemove
Microsoft.Maui.Controls (3)
Layout\AbsoluteLayout.cs (1)
127 protected override void OnRemove(int index, IView view)
Layout\FlexLayout.cs (1)
649 protected override void OnRemove(int index, IView view)
Layout\Grid.cs (1)
267 protected override void OnRemove(int index, IView view)
4 references to OnRemove
Microsoft.Maui.Controls (4)
Layout\AbsoluteLayout.cs (1)
130 base.OnRemove(index, view);
Layout\FlexLayout.cs (1)
651 base.OnRemove(index, view);
Layout\Grid.cs (1)
270 base.OnRemove(index, view);
Layout\Layout.cs (1)
280 OnRemove(index, child);