2 references to HtmlProperty
Microsoft.Maui.Controls (2)
HtmlWebViewSource.cs (2)
27 get { return (string)GetValue(HtmlProperty); } 28 set { SetValue(HtmlProperty, value); }