public void AddWidget(IWidget widget) { ParentPage.AddWidget(widget); PlaceWidgetInternal(widget as Widget, true); }