1 implementation of Add
Microsoft.Maui (1)
Handlers\Layout\LayoutHandler.Standard.cs (1)
9
public void
Add
(IView view) => throw new NotImplementedException();
1 reference to Add
Microsoft.Maui (1)
Handlers\Layout\LayoutHandler.cs (1)
85
handler.
Add
(args.View);