示例#1
0
 void IMauiElementHandler.SetParent(Maui.Controls.Element parent)
 {
     // This should never get called. Instead, INonChildContainerElement.SetParent() implemented
     // in this class should get called.
     throw new NotSupportedException();
 }
示例#2
0
 bool IMauiElementHandler.IsParentedTo(Maui.Controls.Element parent) => parent.Equals(_parentWebView);